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!
include($_SERVER['DOCUMENT_ROOT'] . "/objects/includes/common.php"); if ($_POST['form']) { //initialize e-mail address validation $validator = new EmailAddressValidator; //initialize captcha validation session_start(); include_once($_SERVER['DOCUMENT_ROOT'] . "/objects/securimage/securimage.php"); $securimage = new Securimage(); //validate e-mail address if (($_POST['email']) && (!$validator->check_email_address($_POST['email']))) { $message_html = "