cool-php-captcha เป็นไลบรารี PHP ที่ยอดเยี่ยมสำหรับการสร้าง captcha
โค้ดตัวอย่าง:
session_start();
$captcha = SimpleCaptcha ใหม่();
// เปลี่ยนการกำหนดค่า...
//$captcha->wordsFile = null; // ปิดการใช้งานคำในพจนานุกรม
//$captcha->wordsFile = word/es.txt; // เปิดใช้งานคำภาษาสเปน
//$captcha->session_var = Secretword; // เปลี่ยนตัวแปรเซสชัน
$captcha->สร้างภาพ();