ID:               16759
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         IIS related
 Operating System: win2000, IIS 5.0
 PHP Version:      4.2.0
 New Comment:

What was the previous version of PHP on your machine?
Did you update also the php4ts.dll file from the 4.2.0 package?



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

[2002-04-23 11:35:38] [EMAIL PROTECTED]

Using the POST method cause cutting the first character 
from the name of the form control. Using the GET method works as
expected (no cutting).

example:
<FORM METHOD=POST ACTION="debug.php">
<INPUT TYPE="submit" NAME="action" VALUE="val">
</FORM>

gives result:
    [_POST] => Array
        (
            [ction] => val
        )

quick-fix:
just prefix all NAMEs with any char 
(NAME="action" becomes NAME="_action")



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


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

Reply via email to