일단 여차 저차 최신글을 불러온듯한데 위에에러메시지 왜그런거에여??????
여기 저기 검색해서
<html xmlns="http://www.w3.org/1999/xhtml">
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<head>
헤드위에 넣었구요.
바디부분 div 게시판들어갈부분은
<div id="left01">
<?
<? echo latest("basic",'table1', 5, 26); ?>
</div>
보드위치는 /board 에 있구요
에러가 나더라구요... 최종적으론 여기에 최신글을 불러온후 실시간으로 롤링되는걸 넣을꺼거든요..
많은 고수님들 답변 부탁드려요 ^^
맨위에 뜨는에러
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/desport/www/index.html:4) in /home/hosting_users/desport/www/board/common.php on line 8
_common.php -----index.html있는 경로에 만들었구요 내용은
<?
$g4_path = "./board"; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
여기 저기 검색해서
<html xmlns="http://www.w3.org/1999/xhtml">
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<head>
헤드위에 넣었구요.
바디부분 div 게시판들어갈부분은
<div id="left01">
<?
<? echo latest("basic",'table1', 5, 26); ?>
</div>
보드위치는 /board 에 있구요
에러가 나더라구요... 최종적으론 여기에 최신글을 불러온후 실시간으로 롤링되는걸 넣을꺼거든요..
많은 고수님들 답변 부탁드려요 ^^
맨위에 뜨는에러
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/desport/www/index.html:4) in /home/hosting_users/desport/www/board/common.php on line 8
_common.php -----index.html있는 경로에 만들었구요 내용은
<?
$g4_path = "./board"; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
댓글 2개
ㅎㅎ 해결됐습니다
<html xmlns="http://www.w3.org/1999/xhtml">
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
이걸
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html xmlns="http://www.w3.org/1999/xhtml">
이렇게하니깐 오류가 없어지네여.
<html xmlns="http://www.w3.org/1999/xhtml">
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
이걸
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html xmlns="http://www.w3.org/1999/xhtml">
이렇게하니깐 오류가 없어지네여.
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기