 |
Lightzone
#100, J.N. Salai (100 Feet Road)
(opp. Near Hotel Ambica Empire)
Vadapalani, Chennai - 600 026.
Ph: 23750313, 24810313
Email : info@lightzone.in
lightzone@msn.com
Organization Name : ". $_POST['txt_orgname'] ." "."Contact Person : ". $_POST['txt_contect_person'];
$messege = $messege ."
"."Phone Number : ". $_POST['txt_phonenumber'] ." "."Fax : ". $_POST['txt_fax'];
$messege = $messege ."
"."Comments : ". $_POST['messege'];
//FOLLOWING PREPARES THE HEADER INFORMATION
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: $from\r\n";
$headers .= "Reply-To: $from\r\n";
$headers .= "X-Priority: 1\r\n";
$headers .= "X-MSMail-Priority: High\r\n";
mail($to,$subject,$messege,$headers) or die("
Sorry! Form was not successfully submited!");
die("
Thank you for Feedback Lightzone We are contacting you shortly.");
}
?>
|
|
|
|