It is working very well in Mozilla but not working in IE. Please help me.
$_SERVER["HTTP_REFERER"] NOT WORKING IN IE
Moderator: General Moderators
$_SERVER["HTTP_REFERER"] NOT WORKING IN IE
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.
It is working very well in Mozilla but not working in IE. Please help me.
Re: $_SERVER["HTTP_REFERER"] NOT WORKING IN IE
Sending the referer is optional. You have no control over whether it's there or not. Do not rely on it.
- Bill H
- DevNet Resident
- Posts: 1136
- Joined: Sat Jun 01, 2002 10:16 am
- Location: San Diego CA
- Contact:
Re: $_SERVER["HTTP_REFERER"] NOT WORKING IN IE
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.
Show the code, and maybe next time posting in the code forum would get more response.