为了账号安全,请及时绑定邮箱和手机立即绑定

求解答求解答

include.php中只能开启下面这一句。再开启其他就不能刷出验证码。是怎么回事? require_once 'image.func.php';

正在回答

1 回答

getVerify.php中的代码

<?php 

require_once '../include.php';

verifyImage();



image.func.php中最后的代码

    if ($line) {

        for ($i = 1; $i < $line; $i ++) {

            $color = imagecolorallocate($image, mt_rand(50, 90), mt_rand(80, 200), mt_rand(90, 180));

            imageline($image, mt_rand(0, $width - 1), mt_rand(0, $height - 1), mt_rand(0, $width - 1), mt_rand(0, $height - 1), $color);

        }

    }

    

    header("content-type:image/gif");

    imagegif($image);

    imagedestroy($image);

}


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
手把手教你实现电商网站后台开发
  • 参与学习       117285    人
  • 解答问题       1999    个

手把手教你用PHP搭建电子商务平台,由浅入深教你搭建电商系统

进入课程

求解答求解答

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信