Posted by J.O. Aho on 12/16/06 18:29
Kentor wrote:
> Lets say someone is on my website and he goes to some page.. for
> example contact.html and he came from the main page... from
> mysite.com... once he's on contact.html, how do I know where he came
> from within my site?
>
$_SERVER['HTTP_REFERER'] will provide the page from where the user has been
linked to the current page, but this will only work if the browser has this
feature enabled.
--
//Aho
Navigation:
[Reply to this message]
|