PDA

View Full Version : QUESTION:php mailer tutorial



seanmacintosh
November 23rd, 2003, 09:14 AM
thanks for the great tutorial!

seems to work, but when i hit SUBMIT i'm redirected to a page that reads:

Method Not Allowed
The requested method POST is not allowed for the URL /mailer.php.

------------------------------------------------------------------------
Apache/1.3.27 Server at www.essentialdairyfarmer.com Port 80

is this simply because my account with my server isn't set up to allow for php?

thanks.
- sean -

Voetsjoeba
November 23rd, 2003, 01:46 PM
The requested method POST is not allowed for the URL /mailer.php

The problem seems kinda obvious to me ... Your server seems to have a problem with the POST method. Try using the GET method instead. But of course, change every $_POST to $_GET :)