". "". "". "". "". "". "".$mytitle."". "". "". "". "". "

".$hidHeading."


". "
". "

".$visHeading."

"; function mailok($str2) { extract($GLOBALS); if (strlen($str2)<5) return false; $tick=strlen($str2); for ($i=1; $i<=strlen($str2); $i=$i+1) { if (substr($str2,$i-1,1)==chr(64)) $tick=$i; } if ($tick==strlen($str2)) return false; for ($i=$tick; $i<=strlen($str2); $i=$i+1) { if (substr($str2,$i-1,1)==chr(46)) return true; } return false; } $frommail=$_POST["frommail"]; if ($frommail=="" || !isset($frommail)) $frommail=$_GET["frommail"]; $subject=$_POST["subject"]; if ($subject=="" || !isset($subject)) $subject=$_GET["subject"]; $body=$_POST["body"]; if ($body=="" || !isset($body)) $body=$_GET["body"]; $subject=str_replace("\\","",$subject); $body=str_replace("\\","",$body); $body=str_replace("\"",""",$body); if ($_GET["sendit"] =="confirmed") $sendit = "confirmed"; if ($_POST["sendit"] =="confirmed") $sendit = "confirmed"; if ($_GET["sendit"] =="yes") $sendit = "yes"; if ($_POST["sendit"] =="yes") $sendit = "yes"; if ( $sendit == "yes") { ?>
I can not email a reply to:

unless that is your correct email address.

". "You must supply your valid return email address

"; } else { $header = "Return-Path: ".$frommail."\r\n"; $header .= "X-Sender: ".$frommail."\r\n"; $header .= "From: ".$frommail."\r\n"; $header .= "X-Mailer:PHP 5.1\r\n"; $header .= "MIME-Version: 1.0\r\n"; mail($myEmail, substr($typer." - ".$subject,0,100), substr($body,0,5000), $header); print "
Thank you for your message. The ".$typer." Dude will receive it shortly.

 

 

"; } // from mailok } if (( $sendit != "confirmed" && $sendit != "yes" ) || !mailok($frommail)) { ?>
I DO value your feedback and questions.
 
I will respond to questions as best I can and as quickly as I can.

 
Please enter your mail below.

Your Email: (mandatory)
Subject:
Message: