Page 1 of 1

going back to a form without losing user data

Posted: Fri Oct 28, 2005 2:11 pm
by ajarmeh
hi!!!!
a user fills a form then he browses several more (unknown count) pages, i want to incluse a button on the page for him to click on so he can go back to the form with HIS DATA still there... !!!! using the location or reload or pointing to the page again will reset the form and brings it up empty....
any ideas PLEASE!

Posted: Fri Oct 28, 2005 2:15 pm
by Luke
start learnin about sessions and session functions. you can store a whole lotta crap in session variables and then when he clicks a button, it can load all that from the session.
http://us2.php.net/manual/en/function.session-start.php