On 14 Jul 2002 at 13:42, Saci wrote: > I would like to see from where visitor come from mypage i need a > function who return the last visited page prior to mine. > > I didn't found any function on php for that purpose and I'm thinking > in mix Java and php for that purpose, using the browser history, Can > someone show-me how can I do that.
Sounds like you want the REFERER, misspelling on purpose. Take a look here: http://www.php.net/manual/en/reserved.variables.php http://www.php.net/manual/en/ref.url.php Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

