|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-30 03:17 UTC] cynic@php.net
[2001-04-30 05:04 UTC] timl at tech-binary dot com dot au
[2001-04-30 05:35 UTC] cynic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 04:00:02 2025 UTC |
The following script works in Apache but not in IIS <? if ($test=="testval") { print("Success"); } ?> Apache treats the variable $test as a null variable but IIS throws a error: Warning: undefined variable test in [script] in line 2 Depending on what follows, it will usually output something like what you were testing for/wanted except that it has the error in front of it. This is with the standard PHP windows installer. CGI version.