Using php is there a way to POST variables from one page to another without a form? Or maybe there is another way to do what I am wanting.
I have a form and the first thing it does on submit is validate 4 fields in the form, if one of these fields doesn’t validate I want to return the user to the form with all of the information they put in. Along with a message saying they didn’t fill in all required fields.