
yapp
User
Mar 13, 2002, 5:41 AM
Post #2 of 2
(513 views)
|
|
Re: [Aboo] Adding referer to email script
[In reply to]
|
Can't Post
|
|
$ENV{'HTTP_REFERER'} might contain the data. So you can use it if present. Enviroment variables might not be filled or used by some webservers. Also, if this value contains something, it is what the browser wants you to believe the referer is. There is no guarantee. Yet Another Perl Programmer _________________________________ ~~> [url=http://www.codingdomain.com]www.codingdomain.com <~~ More then 3500 X-Forum [url=http://www.codingdomain.com/cgi-perl/downloads/x-forum]Downloads!
|