Search code examples
phpaudiocaptcha

how can i use captcha and audio for human validation?


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?


Solution

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