Page 1 of 1

how can i store data in array entered in subsequent formsi w

Posted: Sat Jun 26, 2004 12:49 am
by bugthefixer
i have a drop down menu in each form and each form leads to another form which also has a drop down menu and in this way i have 10 form. right now i m storing each form data separately on submission of each form. Now i want to make in such a way that i store all of these form entries in an array and on the submission of last form all of this array data should be stored in database.

Posted: Sat Jun 26, 2004 1:03 am
by feyd
if you stored all the data in the session array, this could be done. I've done it in this manor for my current major client. Each field in all the forms is unique among the pages so I just store the known names into the session after they've been validated.