|
||
Guestbook Sign the Guestbooktry again.'; } else { //send email $email = $_REQUEST['email'] ; $message = $_REQUEST['Comment'] . ' *** From : ' . $_REQUEST['realname'] . ' *** Private? ' . $_REQUEST['Private'] ; mail("officers@kbmf.net", "Subject: KBMF Guestbook Entry", $message, "From: $email" ); echo "Thank you for your submission. We will be adding your entry shortly."; } } } else { echo 'You have entered the wrong code. Please try again.'; } } else { ?> |