ID:               20396
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         URL related
 Operating System: Linux SUSE
 PHP Version:      4CVS-2002-11-12
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php


Previous Comments:
------------------------------------------------------------------------

[2002-11-12 10:51:48] [EMAIL PROTECTED]

IF i type URL test.php?a=b&11&c=d I have:
$_GET["a"] = "b";
IF i type URL test.php?a=b&11&c=d&e= I have:
$_GET["a"] = "b";
$_GET["c"] = "d";

I think that is incorrect

sorry for my english


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20396&edit=1

Reply via email to