is_valid) { $name=$_REQUEST['name']; $address=nl2br($_REQUEST['address']); $email=$_REQUEST['email']; $phone=$_REQUEST['phone']; $message=nl2br($_REQUEST['message']); $timecall=$_REQUEST['timecall']; $hearabout=$_REQUEST['hearabout']; $intarest=$_REQUEST['intarest']; // ---------------- SEND MAIL FORM ---------------- // send e-mail to ... $to = $admin_mail; $subject="Contact Details from ".$site_name; // Your message $message1=' Contact details
Name '.$name.'
Email '.$email.'
Phone '.$phone.'
Best time to call '.$timecall.'
Hear about us '.$hearabout.'
Interest in '.$intarest.'
Message '.$message.'
'; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'From: '.$email.'' . "\r\n"; // send email $sentmail = mail($to,$subject,$message1,$headers); header("location:contact_us.php?msg=success"); } else { header("Location:".$_SERVER['HTTP_REFERER']."?wrong_code=true"); exit; } } } ?> - Contact Us




Yahoo

Contact Us

* Mandatory Fields
Name:*
Email:*
Phone number:
Best time to call:
Note : Our office hours are 9am - 5pm Eastern Time.
How did you hear about us?
Interest in:
Message:
Verfication Code : *