djhawthorn
Technical User
I'm trying to submit a HTML form, but it doesn't seem to work on my local install of Apache 1.3.x (latest version).
Basically, I am using PHP to check for $REQUEST_METHOD, and if it's "POST", then the script will do stuff, if not, it will print out the HTML form.
When I click SUBMIT on the script, it just shows the HTML form again, and doesn't process the values I want it to.
I've tested the script on another server, and the script works fine - posting and all - so its not a PHP/scripting problem. The other server was WinNT 4.0 IIS 4.0, with PHP. The one I'm trying to get it to work on is Apache 1.3.x on Windows XP.
Any help is appreciated.
Basically, I am using PHP to check for $REQUEST_METHOD, and if it's "POST", then the script will do stuff, if not, it will print out the HTML form.
When I click SUBMIT on the script, it just shows the HTML form again, and doesn't process the values I want it to.
I've tested the script on another server, and the script works fine - posting and all - so its not a PHP/scripting problem. The other server was WinNT 4.0 IIS 4.0, with PHP. The one I'm trying to get it to work on is Apache 1.3.x on Windows XP.
Any help is appreciated.