php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11786 Problems with variables from forms posting.
Submitted: 2001-06-28 13:41 UTC Modified: 2001-07-01 04:02 UTC
From: M dot Izydorski at rubikon dot pl Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.6 OS: Windows 2000
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: M dot Izydorski at rubikon dot pl
New email:
PHP Version: OS:

 

 [2001-06-28 13:41 UTC] M dot Izydorski at rubikon dot pl
I used standard binary for Windows 2000(msi) - Apache 1.3.20 and PHP 4.0.6 (standard, module not cgi)

When i put enctype="text/plain" in form's attributes list, there are no variables in environment neither in global tables $HTTP_ENV_VARS, etc...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-28 13:44 UTC] M dot Izydorski at rubikon dot pl
I used standard binary for Windows 2000(msi) - Apache 1.3.20 and PHP 4.0.6 (standard,
module not cgi)

When i put enctype="text/plain" in form's attributes list, there are no
variables in environment neither in global tables $HTTP_ENV_VARS, etc... after form submit.

 [2001-06-30 04:25 UTC] derick@php.net
This data should be in $HTTP_RAW_POST_DATA. If PHP does not see the default enctype, it stores the post data in this variable.

Derick
 [2001-07-01 04:02 UTC] brianlmoon@php.net
Further more this is not a valid enctype.

http://www.w3.org/TR/html4/interact/forms.html#form-content-type

My browser does not even send the data.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 17:01:30 2025 UTC