Hi All, I have a php form that I run a test to see if they have entered in all required fields before inserting into a MySQL db. The PHP script simply reports what is missing and exits the rest of the page. However, when you click the back button, all the information that was entered, is gone. Is there a simple way of retaining this information so the user doesn't has to retype all the information in?
Doug