","Message sent via http://maewhitman.com/ mail handler!",stripslashes($_POST['message']),$headers);
echo "Thankyou, Your message has been sent!
\n";
if (!$_POST['reply']) { echo "You did not provide a reply e-mail address so we will be unable to reply to this message!
\n"; }
}
else
{
if ($_POST['submit'])
{
if ($postcode != $code) { echo "Invalid security code, please try again.
"; }
if ($reply != $reply2) { echo "E-Mail addresses do not match, please double check you typed them correctly!
"; }
if (!$message) { echo "Ooops, you forgot to type a message.
"; }
}
?>
PLEASE NOTE
I am not Mae Whitman, I do not know her, I have never met her and have no way to contact her!
If you wish to contact Mae Whitman, please read the contacts page.
Now with that out of the way. If you have any questions, comments, suggestions or just want to politely
ask to use some of the images from this site on your own, then fill in the form below.
If you want me to reply remember to fill in your e-mail address and DOUBLE CHECK IT to make sure its correct.
\n";
}
echo $footer;
?>