问题描述:
代码再软件是没有报错和错误,但是就是不能在网页端输出,并且报错为存在错误
原因: 太多次的测试,没有清楚缓存的动作
解决方法
1.在调用验证码之前,加上ob_clean();
在Header(‘Content-type:image/png’);上面加一句ob_clean();
分析:
1、ob_clean这个函数的作用:
用来丢弃输出缓冲区中的内容,如果你的网站有许多生成的图片类文件,那么想要访问正确,就要经常清除缓冲区
解决方法
2
在网页调试的时候network=>Disable cache
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!