From:             [EMAIL PROTECTED]
Operating system: Windows NT
PHP version:      4.0.4pl1
PHP Bug Type:     IIS related
Bug description:  Undefined Variables

On Unix, I don't need to declare variables.  With IIS, I try to check if a 
QUERY_STRING variables exists, with "if ($x != "") { echo $x; }".  It works fine on 
Unix, but with IIS, it says that $x is not defined.

I could check if it exists under the HTTP_GET_ variables ... but I don't want to go 
through that hassle.  Is this a bug with IIS? 


-- 
Edit Bug report at: http://bugs.php.net/?id=10128&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to