0) $errorfound = true; if (!$errorfound) { $params = array('name' => "{$_POST['first']} {$_POST['last']}", 'email' => $_POST['email'], 'phone' => $_POST['phone'], 'comment' => $_POST['comment']); $adminstatement = file_get_contents('Messages2/adminMessage.html'); $adminstatement = substitute($adminstatement, $params); $msg = new Email('charlie@chartmarketing.com', 'New MakeItMyBook.com Contact Request'); $msg->Bcc = 'ctraffas@chartmarketing.com'; $msg->TextOnly = false; $msg->Content = $adminstatement; if (!$SendSuccess = $msg->Send()) { $errorfound = true; $message = "Unable to send your request. Please retry."; } $userstatement = file_get_contents('Messages2/userMessage.html'); $userstatement = substitute($userstatement, $params); $msg = new Email($_POST['email'], 'charlie@chartmarketing.com', 'MakeItMyBook.com'); $msg->Bcc = 'ctraffas@chartmarketing.com'; $msg->TextOnly = false; $msg->Content = $userstatement; if (!$SendSuccess = $msg->Send()) { $errorfound = true; $message = "Unable to send your request. Please retry."; } } } ?> MakeItMYBook.com

Contact Us

 
Please complete all of the information requested below.
As soon as our site is finished, we will send you an e-mail notifying you that we are in business.

Name:  
{$errors['first']}"; ?> {$errors['last']}"; ?>
Phone Number:  
{$errors['phone']}"; ?>
Email Address:  
{$errors['email']}"; ?>
Comments:   {$errors['comment']}
"; ?>

Or Contact Us Directly:

MakeItMYBook.com | 116 N. Westfield St. | Wichita, KS 67212
Sales and Production: 316-721-9200 | Fax: 316-721-2671

© Copyright 2012 Chart Marketing Inc./ MakeItMYBook.com
No copying, replication or reproduction in whole or in part is allowed.



Thank you for your interest in MakeItMYBook.com
Your request has been submitted.