|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-07-24 09:24 UTC] andy@php.net
[2001-07-24 16:18 UTC] danradigan at yahoo dot com
[2001-07-24 17:21 UTC] andy@php.net
[2001-07-24 20:28 UTC] danradigan at yahoo dot com
[2001-07-24 20:43 UTC] rasmus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 19:00:01 2025 UTC |
Here is the code I am trying to run: if ($QUERY_STRING != "") { $insertFormAction .= "?" . $QUERY_STRING; When I call the page from the browser with no querystring I get: Warning: Undefined variable: QUERY_STRING in c:\inetpub\wwwroot\gabe\deleteParam.php on line 3 This only reproduces when using the installer for windows from the download section at php.net. I cannot reproduce on Linux or OSX. Also I installed the zip version and cannot reproduce it. Only the installer.