다른 경로의 페이지에서 그누보드 게시판명을 출력하고 싶습니다. 정보
다른 경로의 페이지에서 그누보드 게시판명을 출력하고 싶습니다.본문
몇시간째 헤매다 도움을 구합니다.
다른 경로의 페이지에서 그누보드 게시판명을 출력하고 싶습니다.
include 시켜야 되는 그누보드 파일과
include된 파일을 이용해 게시판명을 출력하는 소스를 알려주시면 감사하겠습니다.
좋은 답변 기다리겠습니다.
좋은 하루 되십시오.
댓글 전체

head.sub.php, common.php
$res = sql_query("select bo_table from $g4[board_table]");
while($row=sql_fetch_array($res)) {
$bo_table = $row[bo_table];
echo "$bo_table";
}
$res = sql_query("select bo_table from $g4[board_table]");
while($row=sql_fetch_array($res)) {
$bo_table = $row[bo_table];
echo "$bo_table";
}