Help - I'm a bit of a newbie when it comes to PHP
I have a form (using POST) which my PHP script validates then returns to either a success or error page. The error page contains the form fields again for the user to resubmit their details. How do I repopulate these fields with their previous submission to save them typing it all in again (as it's likely they won't bother!)
Thanks in advance :-)
Jay
I have a form (using POST) which my PHP script validates then returns to either a success or error page. The error page contains the form fields again for the user to resubmit their details. How do I repopulate these fields with their previous submission to save them typing it all in again (as it's likely they won't bother!)
Thanks in advance :-)
Jay
Comment