We appreciate your time filling out our guestbook. It's great to hear from you, to see your interests and read your comments so we may better serve you with this site and with guided hunts.
Comments...
is_valid) { echo "You got it!"; # in a real application, you should send an email, create an account, etc } else { # set the error code so that we can display it. You could also use # die ("reCAPTCHA failed"), but using the error message is # more user friendly $error = $resp->error; } } echo recaptcha_get_html($publickey, $error); ?>