|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-10 06:14 UTC] sander@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 24 19:00:01 2025 UTC |
I was setting up the PHP4 CGI module when I ran into this problem: When submitting POST data to a PHP script, it won't arrive in the script ($_POST, $HTTP_POST_VARS will remain empty, as will php://stdin), but GET data works fine. My Apache is configured like this: Action application/x-httpd-php /cgi-bin/php4 There's an example on http://test.o2w.nl/foo.html