"; 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.
"; if(strlen($errorstring) == 0){ $subject = "Contact from the ".$sitename." site - ".$subject; $sent = mail($siteemail, $subject, $message, "FROM: ".$youremail); if($sent) $showform = 0; } } ?>

Contact Us:

Any questions or comments about the site or services we offer, feel free to contact us using the form
below:


0) echo "
Error(s) Found:

$errorstring


";?>
Your Email:>
Subject:>
Message:
>  >

back

Your message has been sent to ".$sitename.". We will endeavour to respond within the next
48 hours.

Thanks for your comments,
".$sitename."

"; ?>