Hallo,
I get the error from the title of this thread when I click my submit button, the source of which is:
<form method="post" action="<?php echo $PHP_SELF?>">
Name:<input type="Text" name="name" value=<?php echo $name ?>><br>
<input type="submit" name="submit" value="Enter Information">
</form>
The text of the error is:
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.
This is the first time I've tried a form, so there's probably something wrong with my setup.
Any idea what resource the error is talking about and how do I determine/change its MIME type?
Thanks in advance,