how can i store data in array entered in subsequent formsi w
Posted: Sat Jun 26, 2004 12:49 am
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.