码迷,mamicode.com
首页 > 其他好文 > 详细

tp3.0 验证码生成和使用

时间:2020-08-31 11:55:54      阅读:42      评论:0      收藏:0      [点我收藏+]

标签:and   dex   public   exit   点击   ssi   rtu   height   image   

                    <div class="imt-right-inputs">
                        <input style="width: 292px; height: 32px;font-size:16px;resize: none;" id="vcode" name="txt" clos="60" rows="5" warp="virtual" />
                        <img src="/index.php/Api/verifyCode" style="width: 75px;margin-left: -4px;" class="verifyCode" onclick="this.src=‘/index.php/Api/verifyCode?id={$random}‘" title="点击刷新验证码" />
                    </div>
    //生成验证码
    public function verifyCode(){
        @import(‘ORG.Util.Image‘);
        $image = new Image();
        $image::buildImageVerify();
    }
      $code = $_SESSION[‘verify‘];
      if($code != md5(strtolower($_POST[‘code‘]))){
          echo $code;exit;
          self::Jsend(10001,‘验证码错误‘);
      }

tp3.0 验证码生成和使用

标签:and   dex   public   exit   点击   ssi   rtu   height   image   

原文地址:https://www.cnblogs.com/pansidong/p/13557820.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!