초보자가 최신글때문에(긴급) 정보
초보자가 최신글때문에(긴급)본문
초보자 입니다.
index 페이지가 html 페이지이기때문에
latest.php 파일을 만들어
<?
include_once("./_common.php");
$g4[title] = "Notice";
include_once("$g4[path]/head.sub.php");
?>
<?=latest("basic", "pressroom", 5, 30);?>
<?
include_once("$g4[path]/tail.sub.php");
?>
gnuboard4 폴더안에 설치하였습니다.
그런후 index.html 파일의 최신글을 넣을부분에
<iframe src="http://www.111.co.kr/gnuboard4/latest.php" width="250" height="150" frameborder="0"></iframe>
로 코딩하였습니다.
그런데 http://www.111.co.kr/gnuboard4/latest.php 페이지에 아무것도 나타나지 않고
당연히 index.html 페이지에도 최신글이 나타나지 않습니다.
해결방법 없을까요?
고수님들의 조언 부탁드립니다.
index 페이지가 html 페이지이기때문에
latest.php 파일을 만들어
<?
include_once("./_common.php");
$g4[title] = "Notice";
include_once("$g4[path]/head.sub.php");
?>
<?=latest("basic", "pressroom", 5, 30);?>
<?
include_once("$g4[path]/tail.sub.php");
?>
gnuboard4 폴더안에 설치하였습니다.
그런후 index.html 파일의 최신글을 넣을부분에
<iframe src="http://www.111.co.kr/gnuboard4/latest.php" width="250" height="150" frameborder="0"></iframe>
로 코딩하였습니다.
그런데 http://www.111.co.kr/gnuboard4/latest.php 페이지에 아무것도 나타나지 않고
당연히 index.html 페이지에도 최신글이 나타나지 않습니다.
해결방법 없을까요?
고수님들의 조언 부탁드립니다.
댓글 전체
-_-;;
무턱대고 이상한거만 불려오면 안돼죠...
lib/outlogin.lib.php
도 같이 불려와보세요
참고로 그누보드는 제로보드를 해야 이해가 좀 돼네요 -_-;;
무턱대고 이상한거만 불려오면 안돼죠...
lib/outlogin.lib.php
도 같이 불려와보세요
참고로 그누보드는 제로보드를 해야 이해가 좀 돼네요 -_-;;
아... 죄송합니다.
latest.lib.php를 불려와야 되네요
latest.lib.php를 불려와야 되네요