HTTP_REFERRER does not work if the page came from javascript rather than a normal link. And as far as I know, the same absence of HTTP_REFERRER info also happens with SECURE html pages. The reason is, they are secure, and do not transfer requests to non-secure pages. There may be a way around it in ASP but I don't know of any in PHP.
Main Topics
Browse All Topics





by: CCongdonPosted on 2008-07-09 at 09:44:22ID: 21965688
Try this
Select allOpen in new window