How can I get the full path of the referrer page? eg to return the user to the original page after a form has been processed by another script. this form is in an include and appears on every page of the site:
page.php is the page with the include in it.
engine.php is the script that is called when the form is submitted.
How do I return the user to 'page.php'?