码迷,mamicode.com
首页 > Web开发 > 详细

thinkphp验证码不显示

时间:2017-08-25 00:10:26      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:thinkphp   注意   写入   class   end   header   clean   ssi   lib   

1.安装php的GD库

yum -y install php-gd

2.在输出图片前header("content-type: image/png");

写入

header("content-type: image/png");
ob_clean();

再不行,继续写入

ob_end_clean();

 注意:php.ini 中的  zlib.output_compression = on/off 也会影响验证码的显示

thinkphp验证码不显示

标签:thinkphp   注意   写入   class   end   header   clean   ssi   lib   

原文地址:http://www.cnblogs.com/shione/p/7425659.html

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