On Wednesday 08 January 2003 19:00, 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?
The contents of $_SERVER is provided by the webserver and hence the differences between versions and platforms. There's nothing that you can do about it. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Pardon me, but do you know what it means to be TRULY ONE with your BOOTH! */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php