Hi,
I am trying to write a Login script that will take the user through several pages, and my goal is that when the user reaches the end, to have the user be automatically redirected (as in without having to click a link) to the page they were on before they clicked the "Login" link, whatever that page may have been. the REFERRER command is unreliable, so I am looking for some kind of alternative solution. Is this possible with PHP?
Thanks!