이런 에러메시지가 호출될 때는 어떻게? 정보
이런 에러메시지가 호출될 때는 어떻게?첨부파일
본문
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/nongeun/www/board/head_01.php:5) in /home/hosting_users/nongeun/www/board/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/nongeun/www/board/head_01.php:5) in /home/hosting_users/nongeun/www/board/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/nongeun/www/board/head_01.php:5) in /home/hosting_users/nongeun/www/board/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/nongeun/www/board/head_01.php:5) in /home/hosting_users/nongeun/www/board/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/nongeun/www/board/head_01.php:5) in /home/hosting_users/nongeun/www/board/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/nongeun/www/board/head_01.php:5) in /home/hosting_users/nongeun/www/board/head.sub.php on line 38
위와 같은 메시지가 뜹니다.
헤드, 테일 적용은 board 폴더에 넣고 그 경로에 호출할 파일을 업로드하니 되긴 하더군요.
그런데...계속 위와 같은 메시지가 뜨는데 해결할 방법을 모르겠네요.
혹시 아시는 분 도움 간절히 부탁드립니다. ㅜㅜ
포인트 적더라도 제발요~
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/nongeun/www/board/head_01.php:5) in /home/hosting_users/nongeun/www/board/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/nongeun/www/board/head_01.php:5) in /home/hosting_users/nongeun/www/board/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/nongeun/www/board/head_01.php:5) in /home/hosting_users/nongeun/www/board/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/nongeun/www/board/head_01.php:5) in /home/hosting_users/nongeun/www/board/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/nongeun/www/board/head_01.php:5) in /home/hosting_users/nongeun/www/board/head.sub.php on line 38
위와 같은 메시지가 뜹니다.
헤드, 테일 적용은 board 폴더에 넣고 그 경로에 호출할 파일을 업로드하니 되긴 하더군요.
그런데...계속 위와 같은 메시지가 뜨는데 해결할 방법을 모르겠네요.
혹시 아시는 분 도움 간절히 부탁드립니다. ㅜㅜ
포인트 적더라도 제발요~
댓글 전체

head.sub.php 파일에서 32,34,35,36,37,38 번 줄 이후에 header가 있다는 의미입니다.
header 이전에는 echo 를 하시면 안됩니다.
header 이전에는 echo 를 하시면 안됩니다.
header.sub.php 파일은 위 파일과 같이 아래 부분에 플래시 및 롤오버 관련된 스크립트만 추가하였고,
header를 echo한 적이 없거든요?
그런데, 게시판은 정상적으로 호출이 됩니다. 일반 htm으로 만든 파일만 위와 같은 호출 메시지가 뜨네요???
header를 echo한 적이 없거든요?
그런데, 게시판은 정상적으로 호출이 됩니다. 일반 htm으로 만든 파일만 위와 같은 호출 메시지가 뜨네요???
혹시 몰라서 파일을 첨부했습니다...제발 도와주셔요~ ㅜㅜ

head_01 에서 head.sub.php 를 include 해서 생긴 문제 입니다.
head_01 에서는 <div id="Layer1"> 부터만 사용하시면 됩니다.
<html>
<head>
<title>마음이 따뜻해 지는 곳 농은수련원~</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
그리고
</head>
이 부분은 삭제하세요
head_01 에서는 <div id="Layer1"> 부터만 사용하시면 됩니다.
<html>
<head>
<title>마음이 따뜻해 지는 곳 농은수련원~</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
그리고
</head>
이 부분은 삭제하세요
감사합니다. ^^