Hi Michaeal, There is no need to edit the recaptchalib.php file.
In the code on example-captcha.php you should have a line of code
like :
$publickey = "..."; // you got this from the signup page
and
$privatekey = "..."; // you got this from the signup page
Seems to be the privatekey, you didn't fill in correct. Since its when
you are sending the request its giving you that error =)
Hope this helps you sort the problems.
For more information refer to this page:
http://recaptcha.net/plugins/php/
--
Fred
> "To use reCAPTCHA you must get an API key fromhttp://
recaptcha.net/api/getkey"