[급]최근게시글 다른폴더에서 불러오려면요? 정보
[급]최근게시글 다른폴더에서 불러오려면요?
본문
현제 gnuboad4 폴더에 index파일을 만들어서 그 파일에서는 최근게시글이 불러와 지는데요
gnuboard4/pages/ 안에 index2파일이란 파일을 만들어서 최근게시글을 불러올렴
불러오는 방법좀 알려주세요..
답변 기다릴께요..
gnuboard4/pages/ 안에 index2파일이란 파일을 만들어서 최근게시글을 불러올렴
불러오는 방법좀 알려주세요..
답변 기다릴께요..
댓글 전체
include_once("./_common.php");
이부분만 include_once("../_common.php"); 으로 바꿔주시면 거의 문제는 없을거 같습니다.
include_once("$g4[path]/lib/latest.lib.php");
가 아니라 include_once("./lib/latest.lib.php"); 요런 식으로 되있으면 해당부분 바꿔주시고요.
이부분만 include_once("../_common.php"); 으로 바꿔주시면 거의 문제는 없을거 같습니다.
include_once("$g4[path]/lib/latest.lib.php");
가 아니라 include_once("./lib/latest.lib.php"); 요런 식으로 되있으면 해당부분 바꿔주시고요.
<? include_once("./_common.php"); ?> 이거만 넣어봤더니.아래 에러뜨네요.헐..
Warning: include_once(./common.php) [function.include-once]: failed to open stream: No such file or directory in /web/home/vsallel/html/gnuboard4/_common.php on line 3
Warning: include_once() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /web/home/vsallel/html/gnuboard4/_common.php on line 3
Warning: include_once(./common.php) [function.include-once]: failed to open stream: No such file or directory in /web/home/vsallel/html/gnuboard4/_common.php on line 3
Warning: include_once() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /web/home/vsallel/html/gnuboard4/_common.php on line 3
pages 폴더 안에
==============================================
<?
$g4_path = "..";
include_once("$g4_path/common.php");
?>
==============================================
요내용으로 _common.php 을 만드시고 다시 index2에서 ("./_common.php"); 으로 바꿔보세요.
==============================================
<?
$g4_path = "..";
include_once("$g4_path/common.php");
?>
==============================================
요내용으로 _common.php 을 만드시고 다시 index2에서 ("./_common.php"); 으로 바꿔보세요.
해볼"
께요
께요
pages 폴더안에
_common.php 만드시고
<?
$g4_path = "..";
include_once ("$g4_path/common.php");
?>
적으심 됨니다.
_common.php 만드시고
<?
$g4_path = "..";
include_once ("$g4_path/common.php");
?>
적으심 됨니다.
즐거운개구리 즐거운 개구리님 감사합니다^^
즐거운개구리 즐거운 개구리님 감사합니다^^