";
if ($REMOTE_ADDR == "") $ip = " no ip ";
else $ip = getHostByAddr($REMOTE_ADDR);
if ($_POST) {
if (empty($_POST['name'])) {
$errors .= "You must enter your name.
";
}
if (empty($_POST['company'])) {
$errors .= "You must enter your company.
";
}
if (empty($_POST['email'])) {
$errors .= "You must enter your email.
";
}
}
if($action=="" || !empty($errors)) {
$action = "";
?>
Contact us using the information below to learn more about how you can benefit from our Products and Services.
=$errors?>
Main Contact:
BHE, Inc.
703 W. Ludington Ave.
Ludington, MI
49431
United States
Phone Number:
231-843-4775
Fax Number: 231-843-9636
bp@bhe4me.com
} else if($action=="Send") {
// mail("kyle@titaniumdev.com", "BHE Contact Form", "Contact Information \n
// Name: $name
// Organization: $company
// Email: $email
// Phone Number: $phone
// Website: $website\n
//
// Visitor Comments:
// ------------------------------
// $comments
// ------------------------------
// ", "FROM: $name <$email>");
echo "
";
echo "Thank you for contacting BHE, Inc., we will respond to your message as soon as possible.";
echo "";
}
?>