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


"Marek Kilimajer" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> You did not see HTTP_REFERER likely because there was none
>
>
> Fritzek wrote:
>
> >Hi folks,
> >
> >I've seen a lot phpinfo() on different platforms, different PHP versions
> >with different web servers.
> >Always the content of $_SERVER is different. i.e PHP4.3.0 on win32 with
> >Apache2 doesn't
> >show PATH_TRANSLATED and HTTP_REFERER.
> >someone knows how to get a consitent content of $_SERVER? Or where and
how
> >can I configure my
> >system to see the above?
> >
> >thanks in advance
> >
> >Fritz
> >
> >
> >
> >
> >
>



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

Reply via email to