Posts by Leonardo Hernandez • 13 points
3 posts
-
-1
votes2
answers25
viewsQ: Generate JSON from a form with equal names
I have the following list of inputs in a form: As you can see, each line has inputs with name static('idrequisica', 'idmaterial', etc) <form method='POST' id='envia_dados'…
-
0
votes1
answer27
viewsQ: Calculate individual inputs with Jquery
I have this code that generates a list of items in input form: if (mysqli_num_rows($result) > 0) { while ($row = mysqli_fetch_assoc($result)) { echo " <tr> <tr> <td><input…
-
0
votes1
answer49
viewsQ: Maximum value per category
I am doing a job in which I would like to show the maximum balance of each account type with subselect within the SELECT. Something more or less like this: CodConta ---------------------tipo…