tags:

views:

162

answers:

1

I need to validate human user by using captcha in PHP. Also the critical characters generated by captcha will be pronounced by an audio voice. Is it possible? If possible then how?

+2  A: 

ReCaptcha has audio support, and is the easiest way to add captcha to a webapp, including specific PHP support.

skaffman