NYCPHP Meetup

NYPHP.org

[nycphp-talk] HTTP_REFERER does not work - alternatives?

(kris)janis p gale sharpwit at hotmail.com
Wed Sep 18 04:16:48 EDT 2002


> However, $HTTP_REFERER is always null, even when I came from dummy.html
> it is still null, never receiving the previous URL value.

have you tried $_SERVER["HTTP_REFERER"]
or $HTTP_SERVER_VARS["HTTP_REFERER"] ?
chances are, http_referer is not an auto-global.



More information about the talk mailing list