將PHP部署到服務(wù)器時(shí)出現(xiàn)這么一個(gè)錯(cuò)誤:
Cannot modify header information - headers already sent by
Warning: Cannot modify header information - headers already sent by (output started at E:PHPAppServwwwPHPWebUser_Login.php:3) in E:PHPAppServwwwPHPWebUser_Login.php on line 28
便到網(wǎng)上到處找解決方案,有的說(shuō)要將php放在HTML,有的說(shuō)要加ob_start();:打開輸出緩沖區(qū),都有道理,對(duì)于我這個(gè)情況,還是不行.
后面才找到根本原因,確實(shí)要打開緩沖區(qū),是要到php.ini里面進(jìn)行設(shè)置.
php.ini 然后把 output_buffering 設(shè)為 on 。
希望本文對(duì)廣大南昌網(wǎng)站建設(shè)公司技術(shù)人員有所幫助.