if($_POST[Submit]=='Submit'){
$to="info@mgbm.co.in";
$responceemail=$_POST[email];
$name=$_POST[name];
$email=$_POST[email];
$phone=$_POST[phone];
$comment=$_POST[comment];
$message="Name : '".$name."'
";
$message.="Email Id: '".$email."'
";
$message.="Phone : '".$phone."'
";
$message.="Comment :'".$comment."'
";
// $message = str_replace('{email}',$ee,$_POST[message]);
$subject = "please contact";
$headers = "MIME-Version: 1.0\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "Content-Transfer-Encoding: 8bit\n";
$headers .= "From:".$responceemail."\n";
mail($to,$subject,$message,$headers);
}
?>
Best view with Mozilla Firefox 3.5.x, Google Chrome, Opera version at 1024x768 pixels resolution. ...