Stefan wrote:
Hi
I've a strange problem
When I try to send a form with method="POST" to a php-file I always get an
HTTP 404 error.
I really don't know why, because the file exists on the server.
What are the logs saying? I remember some problems with IIS + php and
post method, it was due to some s
Stefan wrote:
> I've a strange problem
> When I try to send a form with method="POST" to a php-file I always get an
> HTTP 404 error.
> I really don't know why, because the file exists on the server.
>
> I use IIS 5.1
If IIS is mis-configured, we can't help you here...
If it's in the PHP code, yo
--- Stefan <[EMAIL PROTECTED]> 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 submitti
Hello Stefan,
Wednesday, February 16, 2005, 12:32:55 AM, you wrote:
S> I've a strange problem When I try to send a form with method="POST"
S> to a php-file I always get an HTTP 404 error. I really don't know
S> why, because the file exists on the server.
Can you show us the code for the form?
-
Hi
I've a strange problem
When I try to send a form with method="POST" to a php-file I always get an
HTTP 404 error.
I really don't know why, because the file exists on the server.
I use IIS 5.1
Tnx.
Stefan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php
5 matches
Mail list logo