Hi,
I have a PHP Script. I need the referrer website address for this script.
I used the following 2 commands:
getenv('HTTP_REFERER');
$_SERVER["HTTP_REFERER"]
I believe both are the same.
But in majority of the cases I am unable to get any values using the above 2 variables.
I would not believe that 90% of the worlds browsers have javascript disabled.
Correct me if I am wrong.
Is there any 100% sure method of getting referrer ??
Thx
Vai