
chinopaul
Novice
Jan 28, 2005, 7:44 AM
Post #1 of 5
(1420 views)
|
$ENV{'HTTP_REFERER'}
|
Can't Post
|
|
my $refpage = $ENV{'HTTP_REFERER'} ||"http://www.domain.com/") ; What I am hoping for is. If it has a HTTP_REFERER great, if not set it to http://www.domain.com/ Didn't get an error but didn't set http://www.domain.com/ as $refpage. Thanks for the help.
|