From: "Chris Bruce" <[EMAIL PROTECTED]>

> I apologize for my ignorance, but I am trying to find a way to grab the 
> referring url. I can't seem to find the environment variable to do 
> this. Does anyone know how to grab this?

$_SERVER['HTTP_REFERER']

print_r($_SERVER) will tell you for sure.

---John Holmes...

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

Reply via email to