으째 이런일이 - $g4_path와 $g4[path] 정보
으째 이런일이 - $g4_path와 $g4[path]관련링크
http://127.0.0.1
256회 연결
본문
$g4_path = ".";
include_once("$g4_path/config.php");
하면, 에러가 납니다.
$g4[path] = ".";
include_once("$g4[path]/config.php");
하면 됩니다.
왜 이럴까요?
win xp sp2, aache 20.54, php 4.3.11, mysql 4.1.12
include_once("$g4_path/config.php");
하면, 에러가 납니다.
$g4[path] = ".";
include_once("$g4[path]/config.php");
하면 됩니다.
왜 이럴까요?
win xp sp2, aache 20.54, php 4.3.11, mysql 4.1.12
댓글 전체
ㅎ 감사합니다 ㅎㅎㅎ