check_email_address($_POST['email']))) { $message_html = "
Oops!

You have entered an invalid e-mail address.

Please try again.
"; //validate captcha } elseif ($securimage->check($_POST['captcha_code']) == false) { $message_html = "
Oops!

The security code you entered is incorrect.

Please try again.
"; } else { /* //add user info $query = " INSERT INTO `contact` ( `name`, `school`, `email`, `message`, `timestamp` ) VALUES ( '" . $_POST['name'] . "', '" . $_POST['school'] . "', '" . $_POST['email'] . "', '" . $_POST['message'] . "', '$timestamp' )"; $result = mysql_query($query); */ //send email $html_body = " Name:
" . $_POST['name'] . "

School / Library:
" . $_POST['school'] . "

E-mail:
" . $_POST['email'] . "

Telephone:
" . $_POST['phone'] . "

Message:
" . nl2br(stripslashes($_POST['message'])) . " "; mail("jdongweck@goldenmonkeypublishing.com", "goldenmonkeypublishing.com - Contact Form Submission", $html_body, "From: no-reply@goldenmonkeypublishing.com\nContent-Type: text/html; charset=iso-8859-1"); unset($_POST['name'], $_POST['school'], $_POST['email'], $_POST['phone'], $_POST['message']); $message_html = "
Thanks!

I will be in touch with you shortly!
"; } } ?> Golden Monkey - Get in Touch with Jim!
Name:
School / Library:
E-mail:
Telephone:
Message:
Security Code:
Please enter the characters you see here in the box below.
CAPTCHA Image
Please include information regarding your location as well as potential dates you are interested in reserving. I'd love to come and share one or more of my books with your students!