include '../union.php';
if($_REQUEST['subm']){
$query = 'INSERT INTO `comment` (`fname`, `lname`, `company`, `phone`, `email`, `interest`, `method`, `comment`, `date`, `ip`)
VALUES ("'.$_REQUEST['fname'].'", "'.$_REQUEST['lname'].'", "'.$_REQUEST['company'].'", "'.$_REQUEST['phone'].'", "'.$_REQUEST['email'].'", "'.$_REQUEST['interest'].'", "'.$_REQUEST['method'].'", "'.$_REQUEST['comment'].'", "'.time().'", "'.$_SERVER['REMOTE_ADDR'].'")';
$res = mysql_query($query);
$insert_id = mysql_insert_id();
insert_action(10, $insert_id);
mailf(_company_email, $_REQUEST['email'], 1, $insert_id);
mailf($_REQUEST['email'], _company_email, 2, $insert_id);
set_client();
header('location: ../other/thankyou_contact.htm');
exit();
}
?>
Voice Broadcasting | E-mail Marketing | IVR | Text Messaging - Blast Companies
load_images(1); ?>
Choose Your Industry -- Please Select -- enterprise automotive financial healthcare sports marketing warranty entertainment
Looking for a more effective way to communicate and automate processes? Want to collaborate on how to increase productivity, profitability, and brand awareness?
Please fill out the form below or call us at 888-642-5278 . We are eager to gather insight to your needs and execute messaging solutions which bring value to your company.
if($_REQUEST['subm']) echo 'Thank you for your comments.
';
else{
?>
} ?>
set_form_params(array('company', 'email', 'fname', 'lname', 'phone')); ?>