Re: FN-FORUM: Saving Form Data
date posted 5th August 2003 16:56
Rus Foster wrote:
> Hi All,
> I've noticed on some sites that if you fill out a form and then go back
> it still has all your previously entered data. Is that a server side
> thing or is it client side in a cookie? or could it be either..
Could be stored in a session
http://uk.php.net/manual/en/ref.session.php
(I'm assuming that you'd be using PHP)
Pretty easy to do, something like: