최근게시물 보기
왕초보인데요. 최근게시물 보기에서.
메뉴얼에 있는데로 했습니다.
아래는 제가 한 파일 내용그대로이구요.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>Untitled Document</title>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>Untitled Document</title>
</head>
<body>
<table width="1024" border="1">
<tr>
<td height="332" colspan="3">메인 이미지 </td>
</tr>
<tr>
<td width="279" height="420">이미지</td>
<td width="372">
<?include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
<table width="1024" border="1">
<tr>
<td height="332" colspan="3">메인 이미지 </td>
</tr>
<tr>
<td width="279" height="420">이미지</td>
<td width="372">
<?include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
echo latest("elpis_basic7", "notice", 5, 70); // basic 스킨으로 free 라는 게시판을 출력합니다.
?>
</td>
<td width="351">이미지2</td>
</tr>
<tr>
<td height="115" colspan="3">하단</td>
</tr>
</table>
</body>
</html>
요거 그대로 했는데요.
게시물이 나오긴 나오는데.. 아래와 같은 에러문구가 계속해서 나옵니다.
어떻게 해야 할까요...
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/seonghunsteel/www/index.php:6) in /home/hosting_users/seonghunsteel/www/common.php on line 8
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 3개
포인트 어찌 쌓아요??
include_once("./_common.php"); 를 맨위에서 부르시고 상단의
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>Untitled Document</title>
</head>
를 날리세요
상단으로 옮기니까 되네요...
head 주석처리 안해도 되네요 ...
좋은 정보 주신 삼윤님 정말 감사들요~~