The best way to do this is to register your form data as session variable
when it is processed on the second page.  Then add some scripting in the
first page to check for these variables and pre-populate the form as
necessary...

Mikey

"Phil Schwarzmann" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> When a user is posting data to a form and hits SUBMIT the user is taken
> to another page.  But when the user hits the BACK button on his browser,
> all the posted data is gone.
>
> How can I get this data to remain there when a user hits BACK ?
>
> Thanks!!!!!!!!!!
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to