에러 부분 주소 : http://msn-love.ez.ro/ 에서 메인부분
일단은 레이어를 사용해서 최근게시물을 뽑아 놨습니다..
주소 : http://dar.ezkorea21.com/~bellona84/main.php
그런데 이걸 인클루드 시켜서 최근게시물을 가져올려고 하는데 안되더군요..;;
뭐가 잘못 되었는지 알려주세요...(__)>
메인 소스 :
<html>
<head>
<style type="text/css">
<!--body {border-color: black; border-style: solid; border-top-width: 0; border-right-width:1; border-bottom-width: 0; border-left-width:1;}-->
</style>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<? include "http://dar.ezkorea21.com/~bellona84/main.php"; ?>
</body>
</html>
일단은 레이어를 사용해서 최근게시물을 뽑아 놨습니다..
주소 : http://dar.ezkorea21.com/~bellona84/main.php
그런데 이걸 인클루드 시켜서 최근게시물을 가져올려고 하는데 안되더군요..;;
뭐가 잘못 되었는지 알려주세요...(__)>
메인 소스 :
<html>
<head>
<style type="text/css">
<!--body {border-color: black; border-style: solid; border-top-width: 0; border-right-width:1; border-bottom-width: 0; border-left-width:1;}-->
</style>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<? include "http://dar.ezkorea21.com/~bellona84/main.php"; ?>
</body>
</html>
<? include "http://dar.ezkorea21.com/~bellona84/main.php"; ?>
이런것은 어디서 보고 하신건지....
최근게시물을 삽입하고자하는 위치에 아래의 구문을 이용하여 불러오면 됩니다.
<? print_bbs("스킨이름", "타이틀", "게시판이름", 목록갯수, 글자제한)?>
그리고 인클루드를 이용할 페이지의 최 상단에 아래의 구문을 넣어야 합니다.
$_zb_url = "제로보드가 설치된 url";
$_zb_path = "제로보드가 설치된 절대경로";
include $_zb_path."outlogin.php";
?>
아직 최근게시물과 인클루드에 대하여 이해를 잘 못하신 것 같은데....
http://www.nzeo.com/manual/ 을 보시면 도움이 될겁니다.