Posted by Chris Shiflett on 10/04/67 11:08
--- Stefan <shogun@steffsworld.ch> wrote:
> When I try to send a form with method="POST" to a php-file I always
> get an HTTP 404 error.
The action attribute of the form tag is what determines the URL that the
browser requests. When no resource exists at this URL, you get a 404
response after submitting the form.
This is not a PHP question.
Chris
=====
Chris Shiflett - http://shiflett.org/
PHP Security - O'Reilly HTTP Developer's Handbook - Sams
Coming Soon http://httphandbook.org/
[Back to original message]
|