728x90
반응형
■ PHP Cannot modify header information - headers already sent by - error 해결 방법
페이지 호출 시 아래 이미지와 같이 "Cannot modify header information" 메시지 경고가 노출될 경우
■ 해결방법
에러가 발생하는 페이지 PHP 파일의 소스코드 최상단에 하기 코드 추가
ob_start();
728x90
반응형
'PHP' 카테고리의 다른 글
[PHP] PHP에서 .CSV 로 내보내기, php excel .csv file download (0) | 2022.02.24 |
---|---|
[PHP] php_writeexcel 이용 .xls 파일 생성 (0) | 2022.02.17 |
[PHP] PHPMailer를 이용한 메일 전송하기 - SMTP (0) | 2022.02.03 |
[PHP] SMTP 전송을 이용한 이메일 발송(office365) (0) | 2022.01.27 |
[php] PHP에서 JSON POST 데이터 받기, file_get_contents (0) | 2022.01.17 |