Posted by peter on 12/17/06 10:12
>> $_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.
Another option if you wanted to really know where they came from within your
own site is to log their path throughout your site, so everytime they visit
a page log it in the database, then of course the previous entry for that
user is the page they came from.
[Back to original message]
|