Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My knowledge of php is not good and I need help.

I have this php form but I don't know how to add a CAPTCHA mechanism.

How do I achieve this?

share|improve this question
If you paid for something like that, you should really ask the developers to add a CAPTCHA to it, because if you begin to spend your time in such an expensive product (and need to learn php to begin with), it was even more a waste of money than it is anyway. – poke Feb 1 '10 at 19:19

3 Answers

Check out recaptcha

share|improve this answer

I really like Securimage is seems to work really well and does not require a third-party external service or javascript (unless you enable the new image feature). Also it can be configured to provide audio captcha for accessibility.

share|improve this answer

Recaptcha is probably best. But if you just want ot do it in PHP look at the GD libs in PHP to generate the images. I did one for a company with that

http://greenlee.com/Service/Forms/eb_req.shtml

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.