Page 1 of 1

Previouse Browser Page

Posted: Tue Mar 23, 2004 9:35 pm
by Zorth
Is there any way to get the last page a user was at? Using this would be good for seeing where a use came from to hit your site.

Thanks.

Posted: Tue Mar 23, 2004 9:56 pm
by andre_c
$_SERVER['HTTP_REFERER']

Posted: Wed Mar 24, 2004 2:28 pm
by Zorth
Thank you.