으째 이런일이 - $g4_path와 $g4[path]
$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
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 1개