ID:               20435
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Scripting Engine problem
 Operating System: Linux
 PHP Version:      4CVS-2002-11-14
 New Comment:

"does not work" = $_POST is empty...

chregu


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

[2002-11-14 17:59:47] [EMAIL PROTECTED]

Following form does not work in PHP_4_3 from CVS.

<html><head><title></title></head>
<body>
<?php print_r($_POST);?>
<form name="Master" action="./post.php" method="post" 
enctype="multipart/form-data" >
<input type="test" name="hello" value="world"> 
<input type="submit">
</form>
<?php phpinfo();?>
</body>
</html>


enctype="application/x-www-form-urlencoded" does work.

maybe it has something to do with the recent changes in the POST area.

chregu

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


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

Reply via email to