Form
Posted: Mon Mar 01, 2004 2:58 am
Hi everybody,
I am building my web site and I have created a page where visitors can feedback me by filling in a form and then submiting it to my email address. The form is being processed by a PHP script that I created and it works just fine locally, even sending the email to my eamil address. When I upload it on the server though it doesnt work saying:
Method Not Allowed
The requested method POST is not allowed for the URL /stelios.theodoridis/processform.php.
Apache/1.3.26 Server at homepage.ntlworld.com Port 80
Could anybody give me any clues about it??? My SMTP settings in php.ini are fine, by the way.
Thank you all in advance!
I am building my web site and I have created a page where visitors can feedback me by filling in a form and then submiting it to my email address. The form is being processed by a PHP script that I created and it works just fine locally, even sending the email to my eamil address. When I upload it on the server though it doesnt work saying:
Method Not Allowed
The requested method POST is not allowed for the URL /stelios.theodoridis/processform.php.
Apache/1.3.26 Server at homepage.ntlworld.com Port 80
Could anybody give me any clues about it??? My SMTP settings in php.ini are fine, by the way.
Thank you all in advance!