Vinicios Nussemeyer
01-19-2011, 06:49 PM
I am developing a system of registration of products in 5 steps (5 pages).
1.) Choose a product category
2.) Product Description
3.) Price
4.) Personal data
5.) Confirmation
In step 1, add1.php, I have a list parent and child functioning well, selecting the categories.
My problem starts when I run the form. The action of this form is add2.php.
In add2.php I would restore the value and name of the item selected in the CHILD from the previous page and automatically fill in a field. And on the page add3.php carry the items on page 2 and so on until the last step of confirming and recording the mysql database. Should I get a RecordSet in subsequent pages by filtering the data or have to do it via variable section ... What better way to do this?
Could anyone help me?
Thanks.
Vinicios Nussemeyer
1.) Choose a product category
2.) Product Description
3.) Price
4.) Personal data
5.) Confirmation
In step 1, add1.php, I have a list parent and child functioning well, selecting the categories.
My problem starts when I run the form. The action of this form is add2.php.
In add2.php I would restore the value and name of the item selected in the CHILD from the previous page and automatically fill in a field. And on the page add3.php carry the items on page 2 and so on until the last step of confirming and recording the mysql database. Should I get a RecordSet in subsequent pages by filtering the data or have to do it via variable section ... What better way to do this?
Could anyone help me?
Thanks.
Vinicios Nussemeyer