여기에서 어떻게 써야 /index.html 로 이동되나요?? 정보
여기에서 어떻게 써야 /index.html 로 이동되나요??본문
if ($g4[https_url])
$https_url = "$g4[url]";
else
$https_url = ".";
if ($file_upload_msg)
alert($file_upload_msg, "{$https_url}" . $qstr);
else
goto_url("{$https_url}/index.html" . $qstr);
?>
댓글 전체
if ($g4[https_url])
$https_url = "$g4[url]";
else
$https_url = "..";
if ($file_upload_msg)
alert($file_upload_msg, "/");
else
goto_url("{$https_url}/index.html");
?>
아, 일케 하면 되네요 쩝;;; 혼자 질문답변 ;;;;;
$https_url = "$g4[url]";
else
$https_url = "..";
if ($file_upload_msg)
alert($file_upload_msg, "/");
else
goto_url("{$https_url}/index.html");
?>
아, 일케 하면 되네요 쩝;;; 혼자 질문답변 ;;;;;