로그인 창 >상세내용< 정보
로그인 창 >상세내용<
본문
홈페이지 제작도중 문제 발생 했습니다.
index.html로 psd파일 불러왔습니다.
기본틀 완성했는데요
로그인 오른쪽 상단 만들어놓고 클릭하면
기존 그누보드로 이동되며 로그인 창이뜹니다.
<?
include_once("./_common.php");
$g4[title] = "로그인";
include_once("../head.php");
// 이미 로그인 중이라면
if ($member[mb_id])
{
if ($url)
goto_url($url);
else
goto_url($g4[path]);
}
if ($url)
$urlencode = urlencode($url);
else
$urlencode = urlencode($_SERVER[REQUEST_URI]);
$member_skin_path = "$g4[path]/skin/member/$config[cf_member_skin]";
include_once("$member_skin_path/login.skin.php");
include_once("../tail.php");
?>
제가 head1.php tali1.php
파일 새로 만들고했습니다.
되기는하나 이상한 글씨로 변하면서
오류코드가 나옵니다.
include_once("../head1.php)");
include_once("../tali1.php)");
이렇게하면 위에말처럼 되기는 하나 이상한 글씨체로 변경이됩니다.
사진도 되는것있고 깨지는거 있구요
해결방법 없나요???
index.html로 psd파일 불러왔습니다.
기본틀 완성했는데요
로그인 오른쪽 상단 만들어놓고 클릭하면
기존 그누보드로 이동되며 로그인 창이뜹니다.
<?
include_once("./_common.php");
$g4[title] = "로그인";
include_once("../head.php");
// 이미 로그인 중이라면
if ($member[mb_id])
{
if ($url)
goto_url($url);
else
goto_url($g4[path]);
}
if ($url)
$urlencode = urlencode($url);
else
$urlencode = urlencode($_SERVER[REQUEST_URI]);
$member_skin_path = "$g4[path]/skin/member/$config[cf_member_skin]";
include_once("$member_skin_path/login.skin.php");
include_once("../tail.php");
?>
제가 head1.php tali1.php
파일 새로 만들고했습니다.
되기는하나 이상한 글씨로 변하면서
오류코드가 나옵니다.
include_once("../head1.php)");
include_once("../tali1.php)");
이렇게하면 위에말처럼 되기는 하나 이상한 글씨체로 변경이됩니다.
사진도 되는것있고 깨지는거 있구요
해결방법 없나요???
댓글 전체
이문제는 아닌듯합니다요 ㅠㅠ..흑흑
UTF-8로만든거라 ㅠㅠ 그리고...해도 동일해요 ㅠㅠ
UTF-8로만든거라 ㅠㅠ 그리고...해도 동일해요 ㅠㅠ