이런 오류 어떻게 해결하나요? 정보
이런 오류 어떻게 해결하나요?본문
Warning: Cannot modify header information - headers already sent by (output started at /home/계정/public_html/main.php:5) in /home/계정/public_html/common.php on line 8
ㅠ_ㅠ 어쩌라는건지 무슨 방법을 쓰건 계속 나오고있습니다.
ㅠ_ㅠ 어쩌라는건지 무슨 방법을 쓰건 계속 나오고있습니다.
댓글 전체
main.php에서 include_once("./_common.php"); 코드위에는 아무것도 없어야 합니다...
<html>
<?php include_once("./_common.php"); ?>
....
이런거 안됩니다;;;
<html>
<?php include_once("./_common.php"); ?>
....
이런거 안됩니다;;;
include_once("./_common.php"); 코드가 제일 위에 있음에도 그럴땐 어떻게해야하는지요 ㅠ_ㅠ