On Tue, 21 Oct 2003 18:22:26 +0530, you wrote: ><form method="post" name="form" action="insert_user.php" onsubmit="return >verifyIt(this);"> > > 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 .htaccess within the directory. In any case, not a PHP problem. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php