![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: $_SERVER variables under IIS6
From: Erwin Moller <since_humans_read_this_I_am_spammed_too_much@spamyourself.com>
Date: Mon Apr 17 2006 - 12:50:55 CEST
sharadg@gmail.com wrote:
> Why is it that IIS6 does not provide all the $_SERVER variables,
Hi,
As can be found at:
------------------------
Note: Introduced in 4.1.0. In earlier versions, use $HTTP_SERVER_VARS.
$_SERVER is an array containing information such as headers, paths, and
(!) --> There is no guarantee that every webserver will provide any of
Regards,
|