|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-03 01:24 UTC] torben@php.net
[2001-04-03 11:13 UTC] cynic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 17:00:01 2025 UTC |
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?