I am setting up a form that will have 20 'rows', each one holding several <input> fields (probably 3, invoice number, customer name, and zip code). These will get inserted into a mysql database later. When I submit the form, I need to loop through the data, build my INSERT query for each row, and send it to the mysql server. My problem lies in the looping through data. I just can't seem to Google up an Idiot's Guide to doing this 
I figure you generate the form with php using a 'for x = 1 to 20' type loop. The name of each row is, say
. How do I get each row and manipulate it on the backend? Probably a 'variable variable' ($incomingrow$$x)?
Links to good tutorials are appreciated. Hand-holding accepted too. Sorry, this has to have been asked a million times, I just can't seem to find the right stuff to search for
.
----
JBR
I figure you generate the form with php using a 'for x = 1 to 20' type loop. The name of each row is, say
Code:
"manifest" . $x
Links to good tutorials are appreciated. Hand-holding accepted too. Sorry, this has to have been asked a million times, I just can't seem to find the right stuff to search for
![[neutral] [neutral] [neutral]](/data/assets/smilies/neutral.gif)
----
JBR