ID: 47995
User updated by: valentiny510 at yahoo dot es
-Summary: isset doesnt work
Reported By: valentiny510 at yahoo dot es
Status: Open
Bug Type: *General Issues
Operating System: windows xp sp2
-PHP Version: 5.3.0RC1
+PHP Version: 5.3.0RC2
New Comment:
I found the problem, is when I set arg_separator.input = "&"
Why cant get the "test" with GET when this directive is on ?
I think must affect only the separators like
?test=test&test2=test2.
Previous Comments:
------------------------------------------------------------------------
[2009-04-16 20:55:46] valentiny510 at yahoo dot es
Description:
------------
to resume a long story I just want to say the $_GET doesnt work for me
Reproduce code:
---------------
if ( isset($_GET['test']) ):
echo 'true';
else:
echo 'false';
endif;
Expected result:
----------------
with a uri like http://localhost/?test
or
http://localhost/?test=test
normal well be "true"
Actual result:
--------------
false
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=47995&edit=1