Page 1 of 1
$_SERVER["HTTP_REFERER"] NOT WORKING IN IE
Posted: Sat Jun 27, 2009 4:36 am
by rati592
Hello I am trying to get the url by $_SERVER["HTTP_REFERER"].
It is working very well in Mozilla but not working in IE. Please help me.

Re: $_SERVER["HTTP_REFERER"] NOT WORKING IN IE
Posted: Sat Jun 27, 2009 5:01 am
by onion2k
Sending the referer is optional. You have no control over whether it's there or not. Do not rely on it.
Re: $_SERVER["HTTP_REFERER"] NOT WORKING IN IE
Posted: Sat Jun 27, 2009 9:55 am
by Bill H
True enough, but the issue is whether or not the server is dishing it up. If it's there for FF it should also be there for IE. I use it once in a while in non-critical applications.
Show the code, and maybe next time posting in the code forum would get more response.