Help with passing data from one form to another
Posted: Sat Feb 07, 2009 9:26 am
I want to have 5 forms. I want people to go to form1, when they complete that, they click a next button and it takes them to form 2, etc... I want to collect the data entered along the way. On one of the forms, the user will complete it and have the option of the Next button, but will also have an option of staying on that page and Adding more of the same type of data. I know I will have to hold all this in an array. Finally when the last form is complete, I want all the entered data to be combined and then sent via email to me.
I have found examples of how to send email via PHP and feel I can do that. It is passing the variables from one form to another I am having trouble with. I have tried to find tutorials to show me how, but none are like what I am doing. And I do not know how to create the code for handling the form page that allows the user to keep adding data and saving this to an array. And will I have to set a finite limit on this array or can I make it open ended and allow them to keep adding more data virtually indefinitely?
I am a VB developer that is new to PHP and just need a little help getting started.
Thank you.
I have found examples of how to send email via PHP and feel I can do that. It is passing the variables from one form to another I am having trouble with. I have tried to find tutorials to show me how, but none are like what I am doing. And I do not know how to create the code for handling the form page that allows the user to keep adding data and saving this to an array. And will I have to set a finite limit on this array or can I make it open ended and allow them to keep adding more data virtually indefinitely?
I am a VB developer that is new to PHP and just need a little help getting started.
Thank you.