Everybody, please call me Harold the second instead of Harold cuz the English King Harold was a dummy. please please please.
"*" means "<", "%" means ">"
in your contact page:
*form action="page2.php"%
name your subject field as subject. name your message field as message
you put your php code on your page2.php file, like:
*?php
function thanx() {
echo "Thank you for your comments!";
}
function failure() {
echo "My mailbox is not available right now, please contact later!";
}
$to="jimshorts@bhabhabha.com";
if (mail($to, $subject, $message)) {
thanx();
}
else {
failure();
}
//Emily is my teacher, so I answered for her

?>