php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62973 $_POST or $_GET don't work with 'id' attribute in XHTML form
Submitted: 2012-08-30 11:02 UTC Modified: 2012-08-30 12:08 UTC
From: me at walkinraven dot name Assigned:
Status: Not a bug Package: Variables related
PHP Version: 5.3.16 OS: Ubuntu
Private report: No CVE-ID: None
 [2012-08-30 11:02 UTC] me at walkinraven dot name
Description:
------------
XHTML 1.1 specification says:

drop 'name', but 'id' only.

But if really follow so, the PHP can't deal with such 'standard form'


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-08-30 12:08 UTC] aharvey@php.net
-Status: Open +Status: Not a bug
 [2012-08-30 12:08 UTC] aharvey@php.net
This really isn't up to PHP: it's entirely down to the user-agent to decide what 
should get sent. It's all a key => value map as far as PHP is concerned.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 13:01:27 2024 UTC