> Hi,
> I'm writing a 404 handler and in order to report the item that 
> was requested 
> I was trying to get the value of HTTP_REFERER. But, it does seem 
> to get set. 
> Does anyone know how to find thi value? Is there a reason why it 
> would not 
> get set?
> 

Hi 

I think you're looking for this

$HTTP_SERVER_VARS["REQUEST_URI"]

M:

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to