From: [EMAIL PROTECTED] Operating system: Windows XP pro PHP version: 4.2.3 PHP Bug Type: HTTP related Bug description: HTTP_POST_VARS empty
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 bug report at http://bugs.php.net/?id=19484&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19484&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19484&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19484&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19484&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19484&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19484&r=support Expected behavior: http://bugs.php.net/fix.php?id=19484&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19484&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19484&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19484&r=globals