좀 도와주세요 정보
열받어 좀 도와주세요본문
최근게시물을 뽑는 아주 기초적인 것부터 막혔어요...
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
echo latest("basic", "notice_kor", 3, 70);
?>
라고 index.php에서 썼습니다.
그리고서는 최근글은 뽑히긴 뽑히는데요... 최근게시물위에 워닝이 함께떠요
Warning: Cannot modify header information - headers already sent by (output started at /home/nasansvtt.com/public_html/main1.php:10) in /home/nasanstt.com/public_html/common.php on line 8
이게 함께 나오는데 어떻게 해야하는거죠??? ㅠㅠ
도와주세요
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
echo latest("basic", "notice_kor", 3, 70);
?>
라고 index.php에서 썼습니다.
그리고서는 최근글은 뽑히긴 뽑히는데요... 최근게시물위에 워닝이 함께떠요
Warning: Cannot modify header information - headers already sent by (output started at /home/nasansvtt.com/public_html/main1.php:10) in /home/nasanstt.com/public_html/common.php on line 8
이게 함께 나오는데 어떻게 해야하는거죠??? ㅠㅠ
도와주세요
추천
0
0
댓글 전체
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
<!-- 메인화면 최신글 시작 -->
<?= latest("basic", notice_kor, 5, 50)?>
<!-- 메인화면 최신글 끝 -->
<?
include_once("./_tail.php");
?>
이렇게 해보세요.
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
<!-- 메인화면 최신글 시작 -->
<?= latest("basic", notice_kor, 5, 50)?>
<!-- 메인화면 최신글 끝 -->
<?
include_once("./_tail.php");
?>
이렇게 해보세요.