Re: [PHP] How do I keep form inputs from being cleared - Please Help!

2002-02-05 Thread Miles Thompson
http://www.thickbook.com choose the tutorial for a form with custom error messages. Miles Thompson At 06:40 PM 2/5/2002 -0500, SpamSucks86 wrote: >I have a registration form and if a user enters bad information and the >php script generates an error, I want the user to be able to hit back >and

[PHP] How do I keep form inputs from being cleared - Please Help!

2002-02-05 Thread SpamSucks86
I have a registration form and if a user enters bad information and the php script generates an error, I want the user to be able to hit back and have his inputs still there. Most websites I've ever used do this, but for some reason, my form loses all its data when the back button is pushed. This