Quote:
Originally posted by Meta
(Must be very difficult, i think.)
|
It sure is. The HTTP headers AFAIK only send the last URL, provided you came from one (i.e., not a blank window). So this will only show the last page, and AFAIK there's no way around it (think of the privacy implications):
PHP Code:
print $HTTP_REFERER;
I believe that $HTTP_REFERER only works on Apache as well, but those IIS users are silly anyway