Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

reCAPTCHA with CakePHP Forms Tutorial

Share this post!
 Vote this!



   Unfortunately, as a developer today, you have to consider the possibility of spammers using automated scripts to submit the forms on your web site. One popular method for preventing this is to use a CAPTCHA. A CAPTCHA is an image that contains words or an alphanumeric code. The image is often slightly distorted. The user must correctly enter the words or code for the form to be considered valid. This prevents scripts from submitting forms since the CAPTCHA is not readable by automated systems.

   The most popular system for implementing CAPTCHA is reCAPTCHA by Google. reCAPTCHA provides an API that makes it easy for any developer to include CAPTCHAs on their web forms. Furthermore, their API provides an audio of the CAPTCHA to help the visually impaired use your web form. This means you can still create accessible systems while protecting your forms from automated SPAM.

More...


0 comments:

Post a Comment