I've got a form that the user fills out. When he submits the info he is sent to another page that checks the input to ensure it's in the proper format.
If the email is not in proper form(i.e. AOLLuser) how can I redirect them to the original form page?
I'm sure there is a function that will allow me to do this, but I searched the Manual and it was not pulling any relevant info.
As an extension of this question, to process input, I would have to place the conditional statements on another page. I need to do this because the server had to interpret the data and once a page has been served, the HTML that the user sees is static, correct?
I know this question is really basic, but I want to make sure I understand this.