|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-18 17:08 UTC] jan@php.net
[2002-09-18 17:11 UTC] sweeks at kymeradesign dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 01:00:01 2025 UTC |
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