"Persistent" Form Information

  • Thread starter skip0110
  • 2 comments
  • 404 views
5,178
United States
Worcester, MA
skip0110
I have a HTML form which is processed by PHP and spit into a mySQL database.

I do validation on form information, but if one form element fails validation, I'd like the others to remain filled in when the form reloads.

Google showed some complicated DHTML solutions. What is the easiest way to make this work?
 
Back