I am trying to create a script that will allow me to call html/php forms and then pass variables from one form to the other. This is supposed to be a member registration script....
First, a visitor can come and join the service by choosing a membership type and depedending on the membership type they should get a different form... for example for membership type "A" you should get a form with the contact information and when the user clicks on the "submit" button I want them to go to the billing information form for memtype A.... and when they are done it gets validated and a confirmation page with all the variables from the whole registration process will be displayed, and when they are done it needs to go into the MySQL DB...
Could anyone please help?? Oh by the way there are three types of membership... each with their seperate form parts after the first dropdown form...
I will be using
Code: Select all
<form method=POST name=formA action=<? $PHP_SELF ?>david