I was using PHP CAPTCHA successfully in several of my sites - however, when I tried the same in my new project by copying the files, I found that the validation is not hapenning.
Everything works, the captcha image gets echoed, but on submit,
PhpCaptcha::Validate($_POST['captcha'])
returns false. Any idea what may be going wrong here ?
Thanks for your time guys.