My script allows me to enter some data into a form and click submit, this will bring it to a section of the script that checks the validity of the data and makes the decision to continue or kick me back to the form.
I want to carry all the $_POSTed data with me either way. Since the user won't be able to see this section of the script (as it has no output) there will be no button to click to resubmit the information.
How can I work around this?