Warning: Cannot modify header information - headers already sent by

리눅스/APACHE|2015. 1. 16. 16:32
반응형

소스 에러 출력 메세지가 아래와 같을때


Warning: Cannot modify header information - headers already sent by (output started at /home/yourdomain/public_html/test.php:3) 



소스 상단에 아래 코드를 삽입해봅니다.


ob_start();



반응형

댓글()