From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.3.0-pre2 PHP Bug Type: Unknown/Other Function Bug description: post-inputs "lag behind"
Suppose I have two forms with a submit-button on each. The first form takes "submit=Form1" and in response, redirects the user to Form2. On this form, "submit=Form2." -- Trouble is, when I click the button having arrived on Form2, I might see an error message (from my app) like "Unknown submit=Form1". In other words, Form2 telling me that it's getting a value that it doesn't understand: it is getting a submit-value that is lagging-behind or out-of-date. (Value should have been 'Form2'.) -- I saw this after upgrading PHP. I see similar problems with familiar tools like phpMyAdmin, which doesn't update values when editing database tables because of this effect. -- It's bewildering and hard-to-explain, but very real and very, very urgent. -- Edit bug report at http://bugs.php.net/?id=20288&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20288&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20288&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20288&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20288&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20288&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20288&r=support Expected behavior: http://bugs.php.net/fix.php?id=20288&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20288&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20288&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20288&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20288&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20288&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20288&r=isapi