I'm building an HTML form that uses PHP to insert the results into mySQL. Question is- I am doing some simple form validation. If there is an error I want to return the user to the form to correct it, and so it is important for the form to have the user's input still entered in the form. Right now if there is an error the user is returned to a blank form and has to fill it out again.
I'm thinking I'll need JavaScript to accomplish this. Am I correct?
I'm thinking I'll need JavaScript to accomplish this. Am I correct?