include_once('config.inc.php');
?>
if(isset($_REQUEST['name']))
{
$name = $_REQUEST['name']."
";
$coname = $_REQUEST['coname']."
";
$gender = $_REQUEST['gender']."
";
$address = $_REQUEST['address']."
";
$state = $_REQUEST['state']."
";
$city = $_REQUEST['city']."
";
$country = $_REQUEST['country']."
";
$phone = $_REQUEST['phone']."
";
$fax = $_REQUEST['fax']."
";
$email = $_REQUEST['email']."
";
$website = $_REQUEST['website']."
";
$comments = $_REQUEST['comments']."
";
$to = "info@arinstruments.com";
$subject = "Online Inquiry From Website";
$headers = "MIME-Version: 1.0 \r\n";
$headers .= "Content-type: text/html; Charset=ISO-8859-1 \r\n";
$headers .= "FROM: $email \r\n";
$headers .= "Reply-To: info@arinstruments.com";
$body = "Online Inquiry From Website
First Name:- $name
Company Name:- $coname
Gender:- $gender
Address:- $address
State:- $state
City:- $city
Country:- $country
Phone:- $phone
Fax:- $fax
E-mail:- $email
Website:- $website
Comments:- $comments
";
?>
if(mail($to, $subject, $body, $headers)){
$sent = "Your E-mail Sent Successfully";
}else{
$not = "Error in Sending Email";
}
}
?>
::: AR Instruments : Special Range for ::
| include_once "top.php";?> |
| |
include_once "menu.php" ?> |
|
|
|
| include_once "bottom.php";?> |