$_ENV
http://www.phpbuilder.com/manual/reserved.variables.php#reserved.variables.environment
Variables provided to the script via the environment

$_SERVER
http://www.phpbuilder.com/manual/reserved.variables.php#reserved.variables.server
Variables set by the web server or otherwise directly related to the
execution environment of the current script

-- 
Jon Kriek
http://phpfreaks.com

"X-Virus" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
What's the difference between :

$_SERVER["COMPUTERNAME"] and $_ENV["COMPUTERNAME"] ?

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

Reply via email to