그누초보 질문 드려요 ㅠㅠ 뒤에있는 내용 앞으로 움겨 질문 드립니다 ㅠㅠ 정보
그누초보 질문 드려요 ㅠㅠ 뒤에있는 내용 앞으로 움겨 질문 드립니다 ㅠㅠ본문
댓글 전체
<?
include_once("./_common.php");
include_once("$g4[path]/lib/visit.lib.php");
?>
<html>
<head><title>Min Ji Hong HomePage</title>
</head>
<td>
<?=visit("basic")?>
</td>
</html>
이렇게 해보세요
include_once("./_common.php");
이게 빠졌고요
함수 호출법도 잘못 됐습니다
include_once("./_common.php");
include_once("$g4[path]/lib/visit.lib.php");
?>
<html>
<head><title>Min Ji Hong HomePage</title>
</head>
<td>
<?=visit("basic")?>
</td>
</html>
이렇게 해보세요
include_once("./_common.php");
이게 빠졌고요
함수 호출법도 잘못 됐습니다
흠....정말 이상하네여 ㅠㅠ
제가 코드입력을 정말 이상하게 하고 있는건지...
현재 입력한 전체코드는
<?
include_once("./_common.php");
include_once("$g4[path]/lib/visit.lib.php");
?>
<html>
<head><title>Min Ji Hong HomePage</title>
</head>
<body scrolling="no">
<table align="center" sytle="table-layout:fixed" border=0">
<tr bordercolor="blue">
<td>
</td>
<td>  <img src="/homepage/img/menu.jpg" usemap="#main" border="0">
<map name="main">
<area shape=rect coords="0,35,160,92" href="/homepage/htm/home.htm" target="main">
<area shape=rect coords="160,35,370,92" href="/homepage/htm/profile.htm" target="main">
<area shape=rect coords="370,35,560,92" href="/homepage/htm/board.htm" target="main">
<area shape=rect coords="570,35,700,92" href="/homepage/htm/pds.htm" target="main">
<area shape=rect coords="700,35,890,92" href="/homepage/htm/guest.htm" target="main">
</map>
</td>
</tr>
<tr>
<td><?=visit("basic")?>
</td>
<td > <iframe src="/homepage/htm/home.htm" width="910" height="710" name="main" frameborder="0"></iframe>
</td>
</tr>
</table>
</body>
</html>
이거구여 ㅠㅠ
이렇게 했을때 스크린샷과 같이 에러가 나오네여..ㅠㅠ
제가 코드입력을 정말 이상하게 하고 있는건지...
현재 입력한 전체코드는
<?
include_once("./_common.php");
include_once("$g4[path]/lib/visit.lib.php");
?>
<html>
<head><title>Min Ji Hong HomePage</title>
</head>
<body scrolling="no">
<table align="center" sytle="table-layout:fixed" border=0">
<tr bordercolor="blue">
<td>
</td>
<td>  <img src="/homepage/img/menu.jpg" usemap="#main" border="0">
<map name="main">
<area shape=rect coords="0,35,160,92" href="/homepage/htm/home.htm" target="main">
<area shape=rect coords="160,35,370,92" href="/homepage/htm/profile.htm" target="main">
<area shape=rect coords="370,35,560,92" href="/homepage/htm/board.htm" target="main">
<area shape=rect coords="570,35,700,92" href="/homepage/htm/pds.htm" target="main">
<area shape=rect coords="700,35,890,92" href="/homepage/htm/guest.htm" target="main">
</map>
</td>
</tr>
<tr>
<td><?=visit("basic")?>
</td>
<td > <iframe src="/homepage/htm/home.htm" width="910" height="710" name="main" frameborder="0"></iframe>
</td>
</tr>
</table>
</body>
</html>
이거구여 ㅠㅠ
이렇게 했을때 스크린샷과 같이 에러가 나오네여..ㅠㅠ