问答详情
源自:1-3 PHP验证码制作之环境搭建

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

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

提问者:会飞的太阳 2016-03-14 06:57

个回答

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

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

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

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