Shaun wrote:
Hi,

Can someone tell me why

echo '$_SERVER[HTTP_REFERER] = '.$_SERVER[HTTP_REFERER].'<br>';

Produces

$_SERVER[HTTP_REFERER] =

Is this a problem with my server configuration, if so is there a SERVER
variable I can use instead?

Many thanks


My guess is you didn't come to the page with that code on it from another page (ie a link of some kind), and if you did, the referer wasn't set by your browser.


--
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