[PHP] PHP Post method HTTP 404

2005-02-16 Thread Stefan
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:

Re: [PHP] PHP Post method HTTP 404

2005-02-16 Thread Leif Gregory
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? --

Re: [PHP] PHP Post method HTTP 404

2005-02-16 Thread Chris Shiflett
--- 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 submitting

Re: [PHP] PHP Post method HTTP 404

2005-02-16 Thread Richard Lynch
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, you'd

Re: [PHP] PHP Post method HTTP 404

2005-02-16 Thread Marek Kilimajer
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