Contact

$msg="";
if(isset($_POST['Submit']))
{
$msg="Email has been sent successfully";
$name=$_POST['Name'];
$email=$_POST['Email'];
$phone=$_POST['Phone'];
$requirement=$_POST['Requirement'];
$to= "project@kbinfosys.net";
$strFrom= $email;
$subject="Thanks for Contacting Dr. Yannick Pauli" ;
$body = "
Contact Form

";
$headers = "From:$strFrom\r\nReply-to: $strFrom\r\nContent-type: text/html; charset=us-ascii";
if(mail($to,$subject,$body,$headers))
{
echo $msg;
echo "
";
}
else
{
echo "Message delivery failed...";
}
}
?>
Send your Requirements

Name
Email
Phone
Requirements

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>