1

Create CAPTCHA Protection using PHP and AJAX

http://advancedphptutorial.blogspot.com

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.

Read »

Bookmark and Share
Created by prince19 1 year 45 weeks ago
Category: Tech   Tags: