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
 [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: Fri Apr 26 13:01:28 2024 UTC