出现Cannot modify header information
使用php编程的时候出现 Warning: Cannot modify header information - headers already sent by (output started at …………………………
解决办法:
php.ini中output_buffering = Off 修改为output_buffering = On
重启iis 再去访问看看
重启iis 再去访问看看
使用php编程的时候出现 Warning: Cannot modify header information - headers already sent by (output started at …………………………
解决办法: