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

I forgot to write that line in there I actually do have method="post"
in the <form> tag


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

[2002-09-18 17:08:14] [EMAIL PROTECTED]

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!


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

[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