php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21483 hidden-field
Submitted: 2003-01-07 04:42 UTC Modified: 2003-01-07 09:55 UTC
From: peter at von-der-heyden dot de Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.1.2, 4.3.0, 4.3.1 dev OS: WIN32
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: peter at von-der-heyden dot de
New email:
PHP Version: OS:

 

 [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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-07 04:43 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 [2003-01-07 04:56 UTC] peter at von-der-heyden dot de
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!
 [2003-01-07 05:12 UTC] peter at von-der-heyden dot de
on the same site no problems, only If I go over 2 pages.
 [2003-01-07 09:56 UTC] nicos@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Sep 15 11:00:01 2025 UTC