MySQL...Help Please!!? Here's my problem.
After filling out the form in page1.php, the user must click the submit button and he will be redirected to the review page (page2.php) where he can review the details of the previous form. All the contents of the textboxes will be sent / posted to page2.php.
Now after reviewing & verifying the details in page2.php, he must now save it to the database.
My question is how can I insert the contents of page1.php to the database while I'm in page2??
If it's possible...please share it!
This is a project of mine and I have a deadline to beat!!!
Thanks!!!!
After filling out the form in page1.php, the user must click the submit button and he will be redirected to the review page (page2.php) where he can review the details of the previous form. All the contents of the textboxes will be sent / posted to page2.php.
Now after reviewing & verifying the details in page2.php, he must now save it to the database.
My question is how can I insert the contents of page1.php to the database while I'm in page2??
If it's possible...please share it!
This is a project of mine and I have a deadline to beat!!!
Thanks!!!!