A5下载php源码

分类分类

cool-php-captcha

cool-php-captcha

大小:1.50 MB更新:2011/08/16

类别:其它源码系统:PHP

立即下载

官方网址:http://code.google.com/p/cool-php-captcha/

cool-php-captcha 是一个很酷的 PHP 用来生成验证码的库。

示例代码:

session_start();
$captcha = new SimpleCaptcha();
// Change configuration...
//$captcha->wordsFile = null;           // Disable dictionary words
//$captcha->wordsFile = 'words/es.txt'; // Enable spanish words
//$captcha->session_var = 'secretword'; // Change session variable
$captcha->CreateImage();

 

精品推荐
同类推荐
相关文章
相关下载
说两句网友评论
    我要跟贴
    取消
    推荐专题