At 12:00 PM 1/8/03 +0100, 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?
There isn't anything PHP can do about this, all it can do is return what the server sends. Browsers, firewalls and proxies can all decide to hide information from you.

Rick



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



Reply via email to