Fritzek wrote:

Hmmm. What does it mean? Is PHP deciding at runtime which variable in
$_SERVER have to be filled?
PATH_TRANSLATED should always be filled because you always have a path where
your script is located.
Also HTTP_REFERER because in easiest case you refering on the same script at
localhost (I guess).

referer is set only if you get to the page by clicking a link or submiting a form (if the browser is not
set up to do different). so it is not set if you select the page from a bookmark or write it directly to
location bar.






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

Reply via email to