Method Not Allowed
The requested method POST is not allowed for the URL /SubmitAdPHP.html.
I'm trying to create an upload page and am using PHP for the first time. When I submit I get the above message.
My html looks like this:
<FORM NAME= ACTION="processing.php" METHOD="post" ENCTYPE="multipart/form-data">
I ftp'd to the public directory a .htaccess file that contained this:
ÿþA d d T y p e a p p l i c a t i o n / x - h t t p d - p h p . h t m l
A d d T y p e a p p l i c a t i o n / x - h t t p d - p h p . h t m
Help