그누보드 파일 include 문제 관련 질문 입니다
서버 폴더 구성
home <- 그누보드 설치된 폴더
aspnet 폴더 -> test.php 파일에서 home/index.php 파일 인크루드
test.php 파일소스
<?php
include_once('../home/index.php');
?>
실행해보니 아이 인크루드를 못시키네요
방법좀 알려주세요
|
답변 1개
채택된 답변
+20 포인트
11년 전
<?php
include_once('./_common.php');
include_once(G5_PATH.'/index.php');
?>
답변을 작성하려면 로그인이 필요합니다.