PDA

View Full Version : $HTTP_REFERER in PHP



Cheap Bastard
June 28th, 2001, 11:29
what could cause HTTP_REFERER to be empty?
Also, what happens if it's about:blank, a bookmark, homepage, ...

lucifer
June 28th, 2001, 13:01
browsers don't have to send the header

they send stuff for bookmarks etc not sure what but I get such things in my log file analysis

experiment :)

Cheap Bastard
June 28th, 2001, 13:34
thanks lucifer
i'm a little too busy right now to go wade through my raw log file though... (not saying you're not, but if you knew i wouldn't have to waste time doing it too)

lucifer
June 28th, 2001, 13:48
make a page that prints $HTTP_REFERER and go to it from different places see what you get