TREYdMark
06-28-2009, 08:56 PM
I have recently downloaded flash template 9 and have been having some problems with my contact php. When attempting to send a e-mail I get
\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"); ?>
I have looked through the forum there seems to be several threads with the same problems but, there has been no resolution posted to the problems please help.
\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"); ?>
I have looked through the forum there seems to be several threads with the same problems but, there has been no resolution posted to the problems please help.