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
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: kdlee at kdlee at baram dot chungnam dot ac dot kr
New email:
PHP Version: OS:

 

 [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 07:01:28 2024 UTC