I have looked at several stats gathering code blocks and they use
$HTTP_REFERER.  When I use that I get and undefined variable error.  I
also tried $HTTP_SERVER_VARS["HTTP_REFERER"] which gets me an undefined
index error.  I also tried $HTTP_SERVER_VARS["REFERER"] which generates
the undefined index error.

What should I be using???


Ron

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to