cool-php-captcha 是一個很酷的PHP 用來產生驗證碼的函式庫。
範例程式碼:
session_start();
$captcha = new SimpleCaptcha();
// 陳 configuration...
//$captcha->wordsFile = null; // Disable dictionary words
//$captcha->wordsFile = words/es.txt ; // Enable spanish words
//$captcha->session_var = secretword ; // Change session variable
$captcha->CreateImage();