include ('header.php'); ?>
|
if (($_POST['SendContact']=="Send") and ($_POST['name']!="") and ($_POST['email']!="") and ($_POST['verification']==$_POST['verifresult']) )
{
echo "Your message has been sent. We will contact you soon.
";
mail("mailbox157@fastpace.com.hk","Contact Saa Product","Contact from Saa Product website\n\nYour name: ".$_POST['name']."\nEmail: ".$_POST['email']."\nCountry: ".$_POST['country']."\nTelephone: ".$_POST['telephone']."\nMessage: ".$_POST['message']."","From: Saa Product \r\n");
$_POST['name']=""; $_POST['state']=""; $_POST['country']=""; $_POST['city']=""; $_POST['email']=""; $_POST['message']=""; $_POST['zip']=""; $_POST['telephone']=""; $_POST['fax']="";
}
else
{
if ($_POST['SendContact']=="Send") echo "Please fill all the required field.";
}
?>
Email: chris_coombes@saaproducts.com
|
|