I have tried search here, but no luck so far, therefore I ask:
Is there a way to jump back to the previous page the user visited, using php?
I am validating user input from a html form, and want to display an error message if something is wrong, and with this error message I would like to show a link or something that not only takes the user back to that form but keeps the stuff the user did write in the form fields.
Provided that this is possible? If not, I guess I will have to live with a empty form, in which case I think I can manage by myself...