이런 현상은 왜 생기는지요... 정보
이런 현상은 왜 생기는지요...본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://doooda.net/index_layout.html
위페이지 맨 상단에 아래와 같은 경고가... 뜹니다.맨 index_layout.html 상단에
<?
include_once("./gb4/_common.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest()
?>
위 코드를 넣고, 최근게시물 오는 곳에
<?
echo latest("basic", "freeboard", 5, 70);
?>
위와 같이 했더니....아래처럼 경고가...TT
Warning: Cannot modify header information - headers already sent by (output started at /home/user1/rok/public_html/index_layout.html:1) in /home/user1/rok/public_html/gb4/common.php on line 8
오류 주소 : http://doooda.net/index_layout.html
위페이지 맨 상단에 아래와 같은 경고가... 뜹니다.맨 index_layout.html 상단에
<?
include_once("./gb4/_common.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest()
?>
위 코드를 넣고, 최근게시물 오는 곳에
<?
echo latest("basic", "freeboard", 5, 70);
?>
위와 같이 했더니....아래처럼 경고가...TT
Warning: Cannot modify header information - headers already sent by (output started at /home/user1/rok/public_html/index_layout.html:1) in /home/user1/rok/public_html/gb4/common.php on line 8
댓글 전체
index_layout.html이 잘못된듯 합니다. 잘 살펴보세요

<!-- 이부분은 어떠한것도 들어가면 안됩니다. 주석을 포함해서 공백라인까지도... -->
<?
include_once("./gb4/_common.php");
<?
include_once("./gb4/_common.php");
답변주신분들 고맙습니다.
낭군이님! 공백이 있었네요....감사합니다.
낭군이님! 공백이 있었네요....감사합니다.