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
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: 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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC