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!
going back to a form without losing user data
Moderator: General Moderators
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
http://us2.php.net/manual/en/function.session-start.php