|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-01-07 04:42 UTC] peter at von-der-heyden dot de
Hello, if more than 1 hidden-fields in a form, and I post the form only the 1st hidden-field posted. All other fields are not posted! I make tests in 2 forms. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 24 00:00:01 2025 UTC |
Hello, I mean if I have 2 or more hidden-fields in a form ... <input type="hidden" name="field1" value="1"> <input type="hidden" name="field2" value="2"> ... And then I click on the submit-button errorcheck, if okay include("page2.php"); print "$_POST[field1] --- $_POST[field2]"; GET only "1" I tested with text-fields - no problems, but if I use more then 1 hiddenfields in a form only the first hiddenfield submit!