hi, i'm basically trying to get the URL address of the last website visited before visiting my website, i've done some research and found the variables
$HTTP_REFERER
$_SERVER["HTTP_REFERER"]
$HTTP_SERVER_VARS["HTTP_REFERER"]
$HTTP_ENV_VARS["HTTP_REFERER"]
was the answer, when i tested it. Apparently they didnt work.... 😕 Any suggestions why this is happening? Am i missing something?...Or any other sulotions? Thanks!
Abz