html파일에 최신글달기 가르쳐주세요~ 정보
html파일에 최신글달기 가르쳐주세요~관련링크
http://http;//www.24baby.com
90회 연결
첨부파일
본문
2주 넘게 이리저리 고생해도
제 머리에 한계를 느끼면서 이렇게 글 올리게 되었습니다
게시판 찾아가면서 해 보았는데 계속 에러가 나네요..
제 홈피 가시면 에러 그대로 두었습니다.
http;//www.24baby.com
에러
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/noxhoi/www/index.htm:2) in /home/hosting_users/noxhoi/www/gnuboard4/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/noxhoi/www/index.htm:2) in /home/hosting_users/noxhoi/www/gnuboard4/lib/common.lib.php on line 109
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/noxhoi/www/index.htm:2) in /home/hosting_users/noxhoi/www/gnuboard4/lib/common.lib.php on line 109
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/noxhoi/www/index.htm:2) in /home/hosting_users/noxhoi/www/gnuboard4/lib/common.lib.php on line 109
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/noxhoi/www/index.htm:2) in /home/hosting_users/noxhoi/www/gnuboard4/lib/common.lib.php on line 109
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/noxhoi/www/index.htm:2) in /home/hosting_users/noxhoi/www/gnuboard4/lib/common.lib.php on line 109
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/noxhoi/www/index.htm:2) in /home/hosting_users/noxhoi/www/gnuboard4/lib/common.lib.php on line 109
근데 밑에 최신글은 나옵니다
사이트구조는--------------
www-index.htm
_common.php
_gnuboard4
gnuboard4폴더가 따로 존재합니다
$g4_path, _common.php 설정 및 사용법을 게시판에서 보고
_common.php파일을 따로 빼서 index파일과 같이 두었습니다
_common.php 코드--------------------------
<?
$g4_path="gnuboard4";
include_once("$g4_path/common.php");
?>
$g4_path="gnuboard4";
include_once("$g4_path/common.php");
?>
index.htm파일----------------
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
출력글<?=latest("basic","latest",4,20);?>을 넣었습니다
그러니 위와 같은 에러가 계속 납니다. 죄송하지만 한번만 도와주세요~
댓글 전체
index.htm파일----------------
공백 ??? <?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
위 부분에 공백이 있는지 확인해보시기 바랍니다.
공백 ??? <?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
위 부분에 공백이 있는지 확인해보시기 바랍니다.
공백은 확인했는데,, 없어요 ㅠㅠ
어떻게 해야하는지 갈켜 주세요~
어떻게 해야하는지 갈켜 주세요~