CAPTCHA is a simple test to determine if a user is a computer or a human. It is used to prevent spam abuse on the websites. So if you use CAPTCHA on your web site forms, this can help in stopping some bots and making life harder for other bots in accessing or using your forms. In brief the CAPTCHA protection works by generating a random string, writing it to an image, then storing the string inside of a session or by some other method. This is then checked when the form is submitted. |
1
Votes
Votes
Create CAPTCHA Protection using PHP and AJAX
Posted By learnphp123 on Mar 13, 2010 FROM: advancedphptutorial.blogspot.com report abuse




Post new comment