Skip to content

Instantly share code, notes, and snippets.

@maxmumford
Last active December 29, 2015 16:08
Show Gist options
  • Save maxmumford/7694999 to your computer and use it in GitHub Desktop.
Save maxmumford/7694999 to your computer and use it in GitHub Desktop.
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<?php
require_once ('./captcha/recaptchalib.php');
global $publickey;
global $privatekey;
$publickey = "xxxxxxxxxx";
$privatekey = "xxxxxxxxxx";
echo recaptcha_get_html ( $publickey, $error );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment