Hiya Guru's!
Do I have a teenyweeny challenge (problems we don't know, do we?) for you!
I have an HTML page where the surfer can type in his/her name, address etcetera. Of course, there is a submit button to make the page complete.
Also I have an action pointing to the PhP page with the method "Post".
My PhP page is called and everything typed in by the user is stored in the MySQL database. Now, here is my question:
I would like to exit from the PhP page, which, in fact, is some sort of a "subroutine", clear all the fields on my HTML page and return there.
I've tried EXIT, but that doesn't seem to help. Also, RETURN is not an option.
Which command should I use to return to the HTML page after I return from the PhP page?
I hope you can help me out on this one. Thanks a million in advance!