生成图片,为什么显示的这样?

来源:1-3 PHP验证码制作之环境搭建

会飞的太阳

2016-03-14 06:57

Notice: Undefined variable: image in G:\xampp\htdocs\project\captcha.php on line 3

Notice: Undefined variable: image in G:\xampp\htdocs\project\captcha.php on line 4

Warning: imagecolorallocate() expects parameter 1 to be resource, null given in G:\xampp\htdocs\project\captcha.php on line 4

Notice: Undefined variable: image in G:\xampp\htdocs\project\captcha.php on line 5

Warning: imagefill() expects parameter 1 to be resource, null given in G:\xampp\htdocs\project\captcha.php on line 5

Notice: Undefined variable: image in G:\xampp\htdocs\project\captcha.php on line 8

Warning: imagepng() expects parameter 1 to be resource, null given in G:\xampp\htdocs\project\captcha.php on line 8

Notice: Undefined variable: image in G:\xampp\htdocs\project\captcha.php on line 10

Warning: imagedestroy() expects parameter 1 to be resource, null given in G:\xampp\htdocs\project\captcha.php on line 10

写回答 关注

2回答

  • 红尘_0004
    2016-03-14 14:24:23
    已采纳

    不是有提示嘛,$image变量未定义。还有其他错误贴源码

    会飞的太阳

    非常感谢!

    2016-06-24 20:28:18

    共 1 条回复 >

  • 请叫我大帅哥
    2016-03-16 11:59:01

    这错误好多啊,是不是代码输错了???

PHP实现验证码制作

各种形态验证码核心原理与实现技巧,讲解实现过程中的技术难点

37916 学习 · 321 问题

查看课程

相似问题