";
if(strlen($subject) == 0) $errorstring .="You must specify a subject.
";
if(strlen($message) == 0) $errorstring .="You have not entered a message.
";
if(strlen($youremail) < 9 || strlen($youremail) > 64) $errorstring .= "Please enter a valid email address.
";
else
{
$emailtail = strstr($youremail, '@');
if(!strstr($youremail, '@') || !strstr($emailtail, '.')) $errorstring .= "Please enter a valid email address.
";
}
if(strlen($errorstring) == 0){
$subject = "Contact from the ".$site_name." site - ".$subject;
$sent = mail($site_email, $subject, $message, "FROM: ".$youremail);
if($sent) $showform = FALSE;
}
}
?>
|
Contact Us Any questions or comments about the site or services we offer, feel free to contact us using the form below: NOTE: Please do not use this form for submitting new jokes as they will not be added. Please go here to send us new jokes. Your comments have been sent to us and you should expect a response within 24 hours. "; ?> |