Use Back - Enter valid e-mail\n";
$badinput = "Feedback was NOT submitted
\n";
echo $badinput;
die ("Go back! ! ");
}
if(empty($visitor) || empty($visitormail) || empty($notes )) {
echo "Use Back - fill in all fields
\n";
die ("Use back! ! ");
}
$attn = $attn ;
$subject = " Article on ARC ";
$notes = stripcslashes($notes);
$message = " $todayis \n
Message: $notes \n
From: $visitor ($visitormail)\n
Regarding this article : $httpref \n
";
$from = "From: $visitormail\r\n";
mail("raparicio1h@gmail.com", $subject, $message, $from);
?>
From : ( )
Message:
", $notes);
echo $notesout; ?>
Your e-mail has been sent. Thanks!!!