Link to home
Start Free TrialLog in
Avatar of chronus72488
chronus72488

asked on

multiple mysql insert queries based on number of forms submitted

The URL posted is a form I made. Pick any number and it will show you another form. When the continue is clicked, javascript will check if the form is complete, then forward to a confirmation page. There will be another continue button which will "confirm" the page and dump all the info into 2 different tables on a database. The first box posts to table1, and the remaining info posts to table2. The problem is, the remaining info fields are dynamically generated (depending on how many people you pick, it duplicates the box that many times.), so how can I create a php scrpt that will post all the info completed to the database?
ASKER CERTIFIED SOLUTION
Avatar of Isisagate
Isisagate

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chronus72488
chronus72488

ASKER

Thanks Isisagate, that was the exact answer I needed.

Also thanks to KhoiNgg, that jsp error as my next question but you already answered it for me.