this is my html /php form but every time i click submit it says
the metod post is not alowed how can i fix this
the metod post is not alowed how can i fix this
Code:
<!-- Form made by cody.m --> <center> <FORM METHOD="POST" ACTION="test.php"> <font color="red">*</font>First Name: <INPUT TYPE="text" VALUE="Joe king" SIZE="20" onFocus="this.value=''"> <font color="red">*</font>E-Mail: <INPUT TYPE="text" VALUE="removed email address" SIZE="30" onFocus="this.value=''"> </p> <center> <pre>Comments or feedback:</pre><TEXTAREA NAME="comment" ROWS=10 COLS=50></TEXTAREA> <BR> </center> <INPUT TYPE="submit"> <INPUT TYPE="reset"> </form> </center> <!-- END OF "Form made by cody.m" -->
Comment