Monday through Friday:
10am-5pm Eastern Standard Time
";
if ($Address == '')
$errors.="Please Enter Your Address ";
if ($country == '')
$errors.="Please Enter Your country Name ";
if ($phone == '')
$errors.="Please Enter Your Phone/Mobile Number ";
if (validate_email($visitor_email) ){
$errors.="Please enter a valid email address in the form of user@place.ext ";
}
if ($message_body == '')
$errors.="Please enter a message ";
if ($use_security_image && (strtolower($security_code) != strtolower($_SESSION['contact_form_security_code']) || $_SESSION['contact_form_security_code']=='') ) {
$errors.="The verification code for the image presented was incorrect. Please enter a correct verification code.