how can i store data in array entered in subsequent formsi w
Moderator: General Moderators
-
bugthefixer
- Forum Contributor
- Posts: 118
- Joined: Mon Mar 22, 2004 2:35 am
how can i store data in array entered in subsequent formsi w
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.