ID: 14758
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: *General Issues
Operating System: Linux 2.4 (Mandrake 6.1)
PHP Version: 4.0.6
New Comment:

Since spaces aren't allowed in variable names (obviously) they're converted to 
underscores. Bo bug -> bogus.

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

[2001-12-29 22:34:54] [EMAIL PROTECTED]

<?       if (!sizeof($HTTP_GET_VARS) ) { ?>
<FORM ACTION="<?=$PHP_SELF?>" METHOD="GET">
<INPUT TYPE="TEXT" NAME="Test Input" VALUE="doh!">
<INPUT TYPE="SUBMIT">
</FORM>
<?} else { ?>
This won't work (it should):<?=$HTTP_GET_VARS['Test Input']?><BR>
This will:<?=$HTTP_GET_VARS['Test_Input']?><BR>
<? } ?>

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



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