From:             [EMAIL PROTECTED]
Operating system: Win 2k
PHP version:      4.0.6
PHP Bug Type:     Unknown/Other Function
Bug description:  Query_string not defined

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.
-- 
Edit bug report at: http://bugs.php.net/?id=12325&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