php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #572 HTML POST error
Submitted: 1998-07-22 17:26 UTC Modified: 1998-07-22 17:32 UTC
From: topping at justintime dot com Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0 Final Release OS: FreeBSD 2.2.6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: topping at justintime dot com
New email:
PHP Version: OS:

 

 [1998-07-22 17:26 UTC] topping at justintime dot com
Create a form with a field name such as 'xxxx.yyyy'.  Fill in some data (such as 'zzzz') and submit the form.  Redisplay the data that is received.  It will probably be 'xxxx' where it should be 'zzzz'.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-22 17:32 UTC] rasmus
Variables may not contain a '.'  If a variable does contain a '.' then it is converted to a '_'.  Your variable will thus be available as $xxxx_yyyy or $HTTP_POST_VARS["xxxx_yyyy"]
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 19:01:29 2024 UTC