Is it possible to find out the page, from where the user has come to my pages? I don't mean visitor's ip, but the last page they visited before mine. Any idea anybody?
Hi,
try following:
$lastpage = getenv("HTTP_REFERER"); echo $lastpage;
wizkid
this might not work as expected if a proxy is involved then the referring host is a proxy address