首页  >  文章  >  php教程  >  PHP Ajax调用简单漂亮的验证码

PHP Ajax调用简单漂亮的验证码

WBOY
WBOY原创
2016-06-07 11:36:071223浏览

本文演示了调用验证码并检测验证码输入是否正确,该验证码类库支持验证码图片、宽度、高度、个数、背景图片等。
PHP Ajax调用简单漂亮的验证码
验证码调用方法Vendor('Vcode.Vcode', '', '.class.php'); <code class="prettyprint linenums lang-php">Vendor('Vcode.Vcode', '', '.class.php'); <br> $config = array("width" => 100, "height" => 36, "count" => 4, "str" => 2); //配置 <br> $vcode = new Vcode($config); <br> $vcode->getCode(); //获取验证码 <br> $vcode->getImg(); //输出图片 <br> exit; $config = array("width" => 100, "height" => 36, "count" => 4, "str" => 2); //配置 

$vcode = new Vcode($config); PHP Ajax调用简单漂亮的验证码 $vcode->getCode(); //获取验证码  $vcode->getImg(); //输出图片  exit;

验证码演示界面:http://www.sucaihuo.com/php/533.html

PHP原创验证码.zip

( 1.4 MB 下载:131 次 ) AD:真正免费,域名 虚机 企业邮箱=0元
声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn