ID: 34578 Updated by: [EMAIL PROTECTED] Reported By: O dot deJong at VERSZUZ dot NL -Status: Open +Status: Bogus -Bug Type: *Programming Data Structures +Bug Type: *General Issues Operating System: WINXP PHP Version: 5.0.5 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. You must be really new to PHP for asking this question. Please read the manual. Previous Comments: ------------------------------------------------------------------------ [2005-09-21 13:19:21] O dot deJong at VERSZUZ dot NL Description: ------------ Look at the name tag of the textfield. $key must be the same after posting. But it is not. It produces a " _ " where it must be a " . " Reproduce code: --------------- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <body> <?php foreach($_POST as $key => $value) { echo $key; } ?> <form action="test.php" method="post" target="_self"> <input name="2:ssasdadsa.ac" type="text" value=""> <input name="" type="submit" value="Submit"> </form> </body> </html> Expected result: ---------------- It needs to reproduce the name value of the texfield. Actual result: -------------- It produces a value with an underscore instead of a point ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34578&edit=1
