ID:               19484
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         HTTP related
 Operating System: Windows XP pro
 PHP Version:      4.2.3
 New Comment:

not setting method="post" makes browsers using the get method.
also please add new information for old bugreports to the old
bugreports instead of opening new ones. That makes it easier for us to
keep track of one particular bug.

Thank you for you interest in PHP!



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

[2002-09-18 16:54:27] [EMAIL PROTECTED]

I've seen this bug reported before in here. just wanted to say that
it's present in 4.2.3 

<form action="no_vars.php">
<input type="text" name="foo" value="bar">
<input type="submit">
</form>

then on the page no_vars.php

var_dump($HTTP_POST_VARS);

gives this output:

array(0) { } 


in other reports post worked when enctype="multipart/form-data" was
removed. no luck on this, I've tried it both ways.

thanks for your time.
-Scott

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


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

Reply via email to