php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2055 Submitting <form> vars to PHP file using POST doesn't work.
Submitted: 1999-08-13 22:47 UTC Modified: 1999-09-23 16:32 UTC
From: jim dot m at dotcom dot sk dot ca Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 2 OS: Win 9x
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: jim dot m at dotcom dot sk dot ca
New email:
PHP Version: OS:

 

 [1999-08-13 22:47 UTC] jim dot m at dotcom dot sk dot ca
Submitting <form> variables to a PHP file using method POST will give a '500 Internal Server Error'. Using method  GET works fine. Running as a CGI under apache 1.3.6. Only using the php_mysql.dll extention.

e.g. HTML file

<form action="test.php" method=POST>
<input type=text name="name" size=30>
<input type=submit name="submit" value="submit">
</form>

e.g. PHP file

<?
print $name;
?>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-23 16:32 UTC] andi at cvs dot php dot net
Please try and use the new binaries Zeev prepared and see if they work for you. If they don't then repost your bug report.

http://www.php.net/version4/do_download.php?download_file=Beta3-dev-Win32.zip


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 23:01:33 2025 UTC