A Simple PHP Captcha Script: Captcha_lite

ComputersPublished May 11, 2010 at 3:34 pm No Comments

Last night I created a simple captcha script that is more than secure enough for most applications. It consists of three scripts: index.php, which contains a sample form, process.php, which validates the form, and captcha_lite.php, which creates the captcha. Demo | Download scripts and images Features: Lightweight, well-commented scripts No need for a MySQL database
read more..