View Single Post
  #2 (permalink)  
Old 10-24-05, 08:53 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by sugarplum
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.
You could store the uncommitted info in a session, or write the data out to the page by using hidden form tags.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote