_select('SELECT the_key FROM '.tbl("the_captcha")); $the_key = $key_check[0]['the_key']; $site_key = $the_key; echo '
'; } register_anchor_function("the_form", "the_form"); add_admin_menu("CB Captcha" , "reCaptcha Key" , "cb_captcha_admin.php" , CB_CAPTCHA); // used for displaying message on failure of captcha template_files(PLUG_DIR."/cb_captcha/captcha.html"); ?>