"; } */ if(empty($name)) { $error_msg .= "Please enter your name.
"; } if(!isValidEmail($email)) { $email = null; $error_msg .= "Please enter a valid email address.
"; } if(empty($phone)) { $error_msg .= "Please enter your phone number.
"; } if(empty($campus)) { $error_msg .= "Please select a campuse.
"; } if($error_msg == null) { $cc = null; $bcc = null; $to = "cbaptiste@phylsacademy.com"; $from = "website@phylsacademy.com"; $subject = "Schedule Phyls Campus Tour for ".$campus; $msg_body .= "The following person would like to schedule a campus tour.

"; // $msg_body .= "Contact me about ".$frSubject."
"; $msg_body .= ($name)? "Name: ".$name."
" : ""; $msg_body .= "
"; $msg_body .= ($phone)? "Phone: ".$phone."
" : ""; $msg_body .= ($fax)? "Fax: ".$fax."
" : ""; $msg_body .= ($email)? "Email: $email
" : ""; $msg_body .= "
"; $msg_body .= ($campus)? "Campus: ".$campus."
" : ""; $msg_body .= "
"; /* if(!empty($frAddress) || !empty($frState) || !empty($frCity) || !empty($frZipcode)) { $msg_body .= "Mailing Address:
"; $msg_body .= ($frAddress)? "Address: $frAddress
" : "No street address provided.
"; $msg_body .= ($frState)? "State: $frState
" : ""; $msg_body .= ($frCity)? "City: $frCity
" : ""; $msg_body .= ($frZipcode)? "Zipcode: $frZipcode
" : ""; $msg_body .= "
"; } */ $msg_body .= "Comments
"; $msg_body .= ($frComments)? "
$comments
" : "No comments submitted"; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: $from \r\n"; if($cc != NULL) $headers .= "Cc: $cc \r\n"; if($bcc != NULL) $headers .= "Bcc: $bcc \r\n"; $sent = mail($to, $subject, $msg_body, $headers); if(!$sent) { $error_msg .= "Your mail could not be sent. Please try again. "; } } } ?>

Schedule a Campus Tour

* Denotes required fields

Professional Internet Solutions for Small Businesses - Solo Media Works