yas121
04-23-2009, 04:27 PM
Hello and thank you for the free templates.
I'm trying to work template 7, but the contact form does not send out mail. When I press i get directed to contact.php that just says...
\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"); ?>
Can you please tell me how i can get this form to work/send out emails. The server, IIS, is running php.
Thanks again :)
I'm trying to work template 7, but the contact form does not send out mail. When I press i get directed to contact.php that just says...
\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"); ?>
Can you please tell me how i can get this form to work/send out emails. The server, IIS, is running php.
Thanks again :)