[EMAIL PROTECTED] wrote:
if ($_SERVER['HTTP_REFERER'] == 'http://www.mysite.com/') {
// Stuff
}

Now why does this not work?
I wanna asign varibales based on certain referers...
but this is not working?

Any ideas why?

What do you get when you echo out $_SERVER['HTTP_REFERER']?

--
John C. Nichel
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to