TREYdMark
07-08-2009, 07:27 PM
I am using flash template 9, I have uploaded every thing to my website but, when ever some one sends me a e-mail I get an error. The e-mail never comes to me and the only thing that happens is I get this message on the screen...
\r\n"; $headers.='Content-type: text/html; charset=utf-8'; mail($your_email, $_POST['subject']," Contact Message
Name : ".$_POST['name']."
Email : ".$_POST['email']."
Telephone : ".$_POST['telephone']."
Subject : ".$_POST['subject']."
Message :
".$_POST['message']."
" , $headers); header("Location: ./index.htm?page=_contact_message.htm"); ?>
Please help... I really need my e-mail to work. I can tell you that with the server that I am using it will not accept an "index" title, I have to use "default" but, even when I switch the header location to "default" it still will not work. Please get back to me.
\r\n"; $headers.='Content-type: text/html; charset=utf-8'; mail($your_email, $_POST['subject']," Contact Message
Name : ".$_POST['name']."
Email : ".$_POST['email']."
Telephone : ".$_POST['telephone']."
Subject : ".$_POST['subject']."
Message :
".$_POST['message']."
" , $headers); header("Location: ./index.htm?page=_contact_message.htm"); ?>
Please help... I really need my e-mail to work. I can tell you that with the server that I am using it will not accept an "index" title, I have to use "default" but, even when I switch the header location to "default" it still will not work. Please get back to me.