Re: [PHP] HTTP 405 - Resource not allowed error

2003-10-21 Thread David Otton
On Tue, 21 Oct 2003 18:22:26 +0530, you wrote: > > > This file and the index.php are kept in the same directory. But the > browser returns 405 is Method Not Allowed. My first guess would be that your web server won't allow you to do POSTs to that resource. If Apache, check httpd.conf or .hta

[PHP] HTTP 405 - Resource not allowed error

2003-10-21 Thread Sudheer Palaparambil
Hi, This file and the index.php are kept in the same directory. But the browser returns I tried GET also, but not inserting the data to mysql db. This is my insert_user.php *- * Thank you.