kaspm Posted March 14, 2006 Share Posted March 14, 2006 Hi I have a multipage form that I want the fields put on a database, what would be the best way to do that?Should I have it upload each page or just use "hidden" fields and upload them all at once. Quote Link to comment Share on other sites More sharing options...
php_b34st Posted March 14, 2006 Share Posted March 14, 2006 It would be best to insert all the data into the db at the same time (just in case they do not complete the full form) this can be done using sessions and cookies rather than using hidden fields. Quote Link to comment Share on other sites More sharing options...
kaspm Posted March 14, 2006 Author Share Posted March 14, 2006 Could you explain how to use the sessions and cookies, im not that good at PHP so I could use as much info as possible.Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.