Hello,
CP>I'm seeing a weird thing. Sometimes my script sees nothing in the
CP>$ENV{HTTP_REFERER} variable. Im not sure what is causing this. It
CP>works some of the time.
You are never guaranteed to receive a Referer header; first of all, it is
sent by the client, and the HTTP client involved ha
Hi all,
I'm seeing a weird thing. Sometimes my script sees nothing in the
$ENV{HTTP_REFERER} variable. Im not sure what is causing this. It works
some of the time.
I do this at the begining of the script...heres the code:
my $r = Apache->request;
use DBI;# for connecting to the data