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

Pull Requests

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: Fri Oct 04 18:01:29 2024 UTC