HI all
I have a problem regarding registration forms.I have a long form for registration.So i am planning to set personnal details in one page,Educationa l in another page etc.I am also maintainging separate tables for each forms.Now for me when one page is completed, a next button will be there to go to next page.But whenever i, do this the next page is opened but the values entered in first page is lost.
I need help in completeing the forms in a way that only after the final submit button is clicked all the values entered in eachpage should move into its corresponding tables.
How can i do this in php?Anyone please help me.
Thanx in advance.
I have a problem regarding registration forms.I have a long form for registration.So i am planning to set personnal details in one page,Educationa l in another page etc.I am also maintainging separate tables for each forms.Now for me when one page is completed, a next button will be there to go to next page.But whenever i, do this the next page is opened but the values entered in first page is lost.
I need help in completeing the forms in a way that only after the final submit button is clicked all the values entered in eachpage should move into its corresponding tables.
How can i do this in php?Anyone please help me.
Thanx in advance.
Comment