// If you want to use reCAPTCHA to prevent spam your form page will need
// a .php extension and include the code below where you want your reCAPTCHA
// form. Copy and paste your reCAPTCHA pulib key into the variable below.
// e.g. $publickey = "Ff4tlkj0949JKgg5wtGWEBss6pgjUnt6nsdkEI";
include("recaptchalib.php");
$publickey = "";
echo recaptcha_get_html($publickey);
?>