Hi,
I am developing a registration page which consists of a html form which posts to a PHP script that eventually inserts the person's details into a mysql table.
The script is working perfectly so far, however, since my registration form is quite long I would like to split it into several pages and have all the forms post to the same php script. I am quite new to PHP so I haven't got the foggiest idea how to go about it. Any help would be much appreciated.