本文实例讲述了tp5(thinkphp砸金蛋活动5框架)captcha验证码配置及验证操作。分享给大家供大家参考,具体如下:
1-安装
compor require topthink/think-captcha 1.* -vvv
2-配置文件
'captcha' => [ // 验证码字符集合3. 'codet' => '2345678abcdefhijkmnpqrstuvwxyzabcdefghjklmnpqrtuvwxy', // 验证码字体大小(px)5. 'fontsize' => 28, // 是否画混淆曲线7. 'ucurve' => fal, // 验证码图片高度9. 'imageh' => 50, // 验证码图片宽度11. 'imagew' =治糖尿病秘方> 200, // 验证码位数13. 'length' => 4, // 验证成功后是否重置 15. 'ret' => true ],
3-html 代码
<d行路难原文iv class="yzm"> <img src="{:captcha_src()}" class="verify" onclick="resverify()" alt="验证码" /><a href="javascript:resverify();" rel="external nofollow" >看不清,换一张</a></d资产评估法全文iv>
或者
<img src="{:captcha_src()}" class="verify" onclick="javascript:this.src='{:captcha_src()}?rand='+math.random()" >
4-控制器 登录时候的验证
$captcha=input("captcha"); //验证if (!captcha_check($captcha)){ exit(json_encode(array('status'=>0,'msg'=>'验证码错误')));}
或者
//验证码验证码$captcha = 合唱比赛new captcha();if (!$captcha->check(input("captcha"))){ return $this->error("验证码错误");}
更多的功能和插件 参考地址:https://www.kancloud.cn/he_he/thinkphp5/787173
更多关于thinkphp相关内容感兴趣的读者可查看本站专题:《thinkphp入门教程》、《thinkphp模板操作技巧总结》、《thinkphp常用方法总结》、《codeigniter入门教程》、《ci(codeigniter)框架进阶教程》、《zend framework框架入门教程》及《php模板技术总结》。
希望本文所述对大家基于thinkphp框架的php程序设计有所帮助。
本文发布于:2023-04-07 08:22:32,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/99a7ced9972f6ae716f5bdedca50a68d.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:tp5(thinkPHP5框架)captcha验证码配置及验证操作示例.doc
本文 PDF 下载地址:tp5(thinkPHP5框架)captcha验证码配置及验证操作示例.pdf
留言与评论(共有 0 条评论) |