







Email Form
Sendemail Script
Use Back - Enter valid e-mail\n";
$badinput = "Feedback was NOT submitted
\n";
echo $badinput;
}
if(empty($visitor) || empty($visitormail) || empty($notes )) {
echo "Use Back - fill in all fields
\n";
}
$todayis = date("l, F j, Y, g:i a") ;
$attn = $attn ;
$subject = $attn;
$notes = stripcslashes($notes);
$message = " $todayis [EST] \n
Attention: $attn \n
Message: $notes \n
From: $visitor ($visitormail)\n
Additional Info : IP = $ip \n
Browser Info: $httpagent \n
Referral : $httpref \n
";
$from = "From: $visitormail\r\n";
mail("gentelj@ci.thomasville.nc.us", $subject, $message, $from);
?>
~ Page Under Construction ~
(336) 475-5580