Posts by user14579 • 71 points
4 posts
-
3
votes1
answer836
viewsQ: Remove part of the string
I need to modify a string with jQuery. Suppose I have a variable address: var endereço = "Rua emanuel meira martins 85 cic curitiba..."; The idea is to remove all letters after position 15 and add…
-
0
votes1
answer1489
viewsQ: update mysql using array
I’m having trouble inserting an array into the database... I tried this script but it only inserts the last id of the array; <?php $_conexao = mysqli_connect("localhost", "root", "",…
-
0
votes1
answer449
views -
4
votes2
answers6461
viewsQ: Select in Mysql with an array
I have a form with a field multiple select: <form action="processa-chose.php" method="post"> <select id="selecionar" name="fornecedor[]" data-placeholder="Fabricantes" style="width:350px;"…