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 database

my $refer_url = $ENV{HTTP_REFERER};

basically the script takes form data and inserts it to a db then returns back to the refering page.

Thanks for any ideas
Chris



Reply via email to