$_server['http_referer']

phpMyHosting

Verified User
Joined
Jul 27, 2003
Messages
5
Is this function enabled in direct admin? i am trying to pull search queries using the http_referer every time i click a link from the search engine such as google to my site...
$_SERVER['HTTP_REFERER'] == "";
I know that the code is working becuase if i manually put in the url i was coming from it works perfect so it is a problem with $_SERVER['HTTP_REFERER'].

Any suggestions?



Mike
 
<?php
phpinfo();
?>

you should see a result for that at the lower section of the page :)

Chris
 
Back
Top