View Single Post
  #6 (permalink)  
Old 15-12-04
al2004 al2004 is offline
Registered User
 
Join Date: Aug 2004
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
al2004 is an unknown quantity at this point
Hello again. Getting back to this after a couple of days away. Thanks for your replies. I've tried submitting some 'dummy' (ironically, 'cos that's what I feel like) data from a feedback form, but I get the message :

Error 405 Method Not Allowed
The requested method POST is not allowed for URL /FormScript.php

The code on my form starts :


<FORM method="post" action="http://www.mysite.co.uk/FormScript.php" name="FeedbackForm" enctype="text/plain">

By the way, I've tried changing the file extension from php to phtml and php3 (as suggested by someone else), but no joy.

Can anyone tell a php newbie : what's wrong with the 'post' method ? And what are the alternatives ?

Thanks
Reply With Quote