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
|