Submitting to a database (help!)
Posted: Fri Jul 12, 2002 8:21 am
Im writing code for a message board system and get the following error when trying to submits postings:
HTTP Error 405:
405 Method not allowed.
The Method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME type set up for the resource you are requesting.
I'm posting as follows:
<FORM method=post action="<?php echo PHP_SELF ?>">
Please Help
HTTP Error 405:
405 Method not allowed.
The Method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME type set up for the resource you are requesting.
I'm posting as follows:
<FORM method=post action="<?php echo PHP_SELF ?>">
Please Help