php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1130 HTTP_POST_VAR has wrong content!
Submitted: 1999-02-09 04:15 UTC Modified: 1999-02-09 08:41 UTC
From: kdlee at kdlee at baram dot chungnam dot ac dot kr Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0.6 OS: SunOS2.5.1
Private report: No CVE-ID: None
 [1999-02-09 04:15 UTC] kdlee at kdlee at baram dot chungnam dot ac dot kr
Most of all,I am sorry for my poor english.

I used HTML tag like below...

<input type=checkbox name=abcd.txt value=yes>

and process it corresponding php3 file.

but the name field in HTTP_POST_VARS has

"abcd_txt".

No dot is recognized...

I'm not convince that it's bug...

(I test this in CGI...but it works good)

Please let me know...what's wrong...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-02-09 08:41 UTC] sas
Yes, "." and " " (whitespace) are substituted through "_". 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 02:01:31 2024 UTC