게시판에 상단/하단 html소스 삽입하는데... 안되요.. 정보
게시판에 상단/하단 html소스 삽입하는데... 안되요..본문
한페이지에 아래와 같이 간단한 table을 만들어 게시판을 끼워 넣는데요... 파일이 아니라 소스를 집어넣는겁니다.
그런데 문제는 include가 나오지 않습니다.
include하는 php파일 에러가 나는것도 아니구요.
뭐가 문제인가요?
왜 include가 안되는거져?
1. 헤드부분
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body>
<table width="800" border="5" cellspacing="5" cellpadding="5">
<tr>
<td>
2. include부분
<? include_once("nu.php"); ?>
</td>
<td>
3. 게시판들어가는 부분
게시판1
4. foot부분
</td>
</tr>
</table>
</body>
</html>
그런데 문제는 include가 나오지 않습니다.
include하는 php파일 에러가 나는것도 아니구요.
뭐가 문제인가요?
왜 include가 안되는거져?
1. 헤드부분
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body>
<table width="800" border="5" cellspacing="5" cellpadding="5">
<tr>
<td>
2. include부분
<? include_once("nu.php"); ?>
</td>
<td>
3. 게시판들어가는 부분
게시판1
4. foot부분
</td>
</tr>
</table>
</body>
</html>
댓글 전체
http://www.sir.co.kr/bbs/board.php?bo_table=g4_faq 가셔서 페이지에 대한 글을 한번 잘 읽어 보시길 권해드립니다. 그안에 질문하신 답이 있습니다.
그다음 include가 안되는 것은 경로 문제 일듯합니다. 일단 위에서 한번 보시고 안되시면 다시 질문 주세요
그다음 include가 안되는 것은 경로 문제 일듯합니다. 일단 위에서 한번 보시고 안되시면 다시 질문 주세요