PHP “headers already sent by” 错误的解决方法
416 views
0
PHP在发送或者修改 HTTP 头信息的方法必须在任何输出被输出之前被调用。否则调用将会出错: Warning […]