Hi. Let's say we have in a form the following input boxes :
<input type=text name="position[]"> and
<input type=text name="year[]">
We have these boxes 5 times (pairs) in a form to enter their experience. How can i enter all the info in the db?
Currently i'm using a query to insert all the other data in the db and then i create another query using the userid i just created to put the "experience" data into another table. I'm using foreach() but all i get is only the first column (first box).
Anyway i hope you get what i mean cause i 'm very confused with all these manuals and online help search 🙂
Thanks a lot
John