index를 다른 폴더에 두고 최신글을 불러오려면 어떻게 하면 될까요?
index폴더는 다음과 같습니다.
/include/aaa/index.php
/include/bbb/index.php
최신글을 불러오려면 어떻게 경로를 설정해야 하는지 알려주세요.
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
/include/aaa/index.php
/include/bbb/index.php
최신글을 불러오려면 어떻게 경로를 설정해야 하는지 알려주세요.
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
댓글 3개
14년 전
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
<?
include_once("aaa/index.php");
include_once("bbb/index.php");
?>
$g4['title'] = "";
include_once("./_head.php");
?>
제가 질문의요지를 잘못이해했는지는 모르겠지만 해당폴더들의 index.php 파일을 불러오는거라면 위 함수로 해보세요~
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
<?
include_once("aaa/index.php");
include_once("bbb/index.php");
?>
$g4['title'] = "";
include_once("./_head.php");
?>
제가 질문의요지를 잘못이해했는지는 모르겠지만 해당폴더들의 index.php 파일을 불러오는거라면 위 함수로 해보세요~
14년 전
index를 불러오는 것이 아니고
bbb폴더에 있는 index.php에 최신글을 불러와야 합니다.
bbb폴더에 있는 index.php에 최신글을 불러와야 합니다.
14년 전
일반 페이지에 아래를 넣어두고 최신글을 불러와보세요
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
게시판 목록
그누4 질문답변
그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.
기존 게시물은 열람만 가능합니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 66534 | 11년 전 | 3859 | ||
| 66533 |
다이아레빗
|
11년 전 | 2762 | |
| 66532 | 11년 전 | 2732 | ||
| 66531 |
alexseo
|
11년 전 | 2947 | |
| 66530 | 11년 전 | 6222 | ||
| 66529 | 11년 전 | 3247 | ||
| 66528 |
alexseo
|
11년 전 | 3330 | |
| 66527 | 11년 전 | 2894 | ||
| 66526 | 11년 전 | 3212 | ||
| 66525 |
lsj9894
|
11년 전 | 2764 | |
| 66524 |
webart
|
11년 전 | 3807 | |
| 66523 |
열라뽕똬이
|
11년 전 | 2711 | |
| 66522 | 11년 전 | 5199 | ||
| 66521 |
xargs
|
11년 전 | 2792 | |
| 66520 | 11년 전 | 2440 | ||
| 66519 | 11년 전 | 3399 | ||
| 66518 | 11년 전 | 2654 | ||
| 66517 | 11년 전 | 3604 | ||
| 66516 | 11년 전 | 5840 | ||
| 66515 | 11년 전 | 4636 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기