From:             [EMAIL PROTECTED]
Operating system: NT4.0 ISAPI
PHP version:      4.0.4pl1
PHP Bug Type:     Scripting Engine problem
Bug description:  POST method not performing action handler (ISAPI)

Create a form and use method = POST with an action to another php script. The initial 
form is displayed properly but when you press the submit button a HTTP 500 internal 
server error message is displayed indicating that the action script 
(action=myscript.php) isn't found.
If I replace the POST with a GET this form works properly.

<form action=myscript.php method=POST>
<input type="Submit" name="submit" value="Update" class="BUTTON">

Web Server:IIS4 
NT 4.0 Service Pack 6
ISAPI installation





-- 
Edit Bug report at: http://bugs.php.net/?id=9579&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to