ID:               20085
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         *General Issues
 Operating System: Linux (żany?)
 PHP Version:      4.2.3
 New Comment:

Try it online at http://www.cegara.com/pruebas.php

Its an apache 1.3.37 on linux. The programs using this feature have
worked flawlessly since PHP3.0.2, and suddenly broke down yesterday
after the PHP4.2.2-PHP4.2.3 upgrade.


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

[2002-10-25 09:31:14] [EMAIL PROTECTED]

<form method=post action=myself.php>
 <input type="text" name="myTest[]">
 <input type="text" name="myTest[]">
</form>
<?
  echo "myTest[0] ->".$myTest[0]."<BR>\n";
  echo "myTest[1] ->".$myTest[1]."<BR>\n";
?>

Try run the simple script, and you'll see. The array myTest contains
parts of the values of the input fields, but not the complete values.
Usually works once you type numbers as input. Weird.

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


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

Reply via email to