I know there's a way for a page to determine which page called it, I think via the HTTP_VARS array. But I don't see it.
IOW, how can I determine (within my own web app) which page called my, e.g. Help_Page.php? I want to be able to build a link that takes the user back to his previous page. But I gotta know where to take them back "to."
Note: the Back Button isn't very useful here, as it refreshes the page and usually destroyes any data that was on that page.
Thanks in advance.