multi page form submission in php/html?

Okay so I am making a registration script in php/html and it is 5 pages long :( so I am curious how after hitting submit on the final page do I pull the data from all 5 pages that I have filled out. The only way I know how to do this with 1 form on 1 page.


Thanks,
Bryce
I am submitting it into a database. That is what I did I ran it as 5 different forms but then when I checked what it did... it made 5 different users with just the parts of that form inserted. So is there a way to get them all to go to the same line then?
 
Back
Top