Please fill out name and email fields prior to submitting the form.
"; } else // check captcha { if ($_SESSION['security_code'] == stripslashes($_POST['phrase']) && !empty($_SESSION['security_code'])) { unset($_SESSION['security_code']); $goodCaptcha = true; } else { // invalid code entered unset($_SESSION['security_code']); $errorMsg = "You seem to have entered an incorrect spam prevention phrase. Please enter the letters you see in the image.
"; } } if ($goodCaptcha == true) // go ahead and process the form { $formInfo = "Form submittal via the $locationTitle form from IP " . $_SERVER['REMOTE_ADDR'] . " Here is the information they submitted: --------------------------------------- " . stripslashes($contactname) . "\n"; $formInfo .= "Email: " . stripslashes($email) . "\n"; $formInfo .= "Message:\n" . stripslashes($message) . "\n\n"; $headers = "From: " . $fromAddress . " <" . $fromAddress . ">\r\n"; // now, mail the item! @mail($toAddress, $subject, $formInfo, $headers); //exit; header("Location: thanks.html"); } } ?> Say Hey - David Victor

David Victor

WRITE AND SAY HEY!

Feel free to write and please sign up for my mailing list. I will never share your information with anyone...it's mine, all mine! I'm always interested in hearing your feedback on songs you've enjoyed, songs you hated, songs that got stuck in your head against your will, anything!