-
2017-10-04 01:31:24
- 图片验证码使用session以后报错
- 这是没开session的效果(可以正常显示验证码的图片)---------------------------华丽丽的分割线------------------------------------------这是打开session以后的效果(没有图片显示)------------------------------------------------------------------------
-
0
2
1660
-
2017-09-29 21:48:29
- session报错
- <?php session_start(); $str = ''; $width = 300; $height = 100; $img = imagecreatetruecolor($width,$height); $white = imagecolorallocate($img, 255, 255, 255); $red = imagecolorallocate($img,
-
0
3
1964