Page 2 of 2

Re: combining codes?

Posted: Thu Feb 02, 2012 9:50 am
by nitrotrike
Ok, that was relatively painless, but the captcha doesn't show on the page using this, which is right before my </form> tag:

Code: Select all

<?php
          require_once('recaptchalib.php');
          $publickey = "mypublickey"; // you got this from the signup page
          echo recaptcha_get_html($publickey);
?>
            <input type="submit" value="Submit List"/>
This is EXACTLY how recaptcha says to write it, with the exception of my public key and renamed button. Now what am I missing??