안녕하세요 질문 또 드리네요 ㅜ 정보
안녕하세요 질문 또 드리네요 ㅜ본문
정말 어려운 일인거 같아요.
로그인을 삽입하려고 합니다.
홈메인은 따로 만들고 홈메인에 아이프레임을 걸어서 로그인으로만 구성된 페이지를
불러오려고 하는데요.
로그인만을 위한 페이지는 이렇게 구성되어 있어요.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor(Trial)">
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
<?=outlogin("basic");?>
</p>
</body>
</html>
<?=outlogin("basic");?>을 넣으면 된다고 하셔서 넣었더니
Fatal error: Call to undefined function outlogin() in C:\APM_Setup\htdocs\gnuboard4\log.php on line 19
이라는 오류와 함께 뜨지가 않네요;;;;
제가 빠뜨린 부분이 있는지 가르쳐주세요 ㅜ
로그인을 삽입하려고 합니다.
홈메인은 따로 만들고 홈메인에 아이프레임을 걸어서 로그인으로만 구성된 페이지를
불러오려고 하는데요.
로그인만을 위한 페이지는 이렇게 구성되어 있어요.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor(Trial)">
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
<?=outlogin("basic");?>
</p>
</body>
</html>
<?=outlogin("basic");?>을 넣으면 된다고 하셔서 넣었더니
Fatal error: Call to undefined function outlogin() in C:\APM_Setup\htdocs\gnuboard4\log.php on line 19
이라는 오류와 함께 뜨지가 않네요;;;;
제가 빠뜨린 부분이 있는지 가르쳐주세요 ㅜ
댓글 전체
상단에 include_once("$g4[path]/lib/outlogin.lib.php"); 삽입하세요
감사합니다 신비나라님!! 가뭄에 단비네요 ㅎ
해결하셨다니 다행이네요^^