묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
좀 도와 주세욤...ㅠㅠ
2003.02.01 18:43
인덱스 화일에서
top 하공 메인 에서
메인을 이렇게 잡았는데욤
<html>
<head>
<title></title>
</head>
<body>
<?
$id='main';
include ("/home/hosting_users/gphoenix/www/bbs/zboard.php");
?>
</body>
</html>
그런데,, 사용권한이 없다고 나와욤,,,
웹경로로 하면,,,,모두 깨지공 글자만 나와욤,,,
왜 사용권한이 없다고 나오는지욤,,,
좀 도와주세욤,,,,ㅠㅠ
top 하공 메인 에서
메인을 이렇게 잡았는데욤
<html>
<head>
<title></title>
</head>
<body>
<?
$id='main';
include ("/home/hosting_users/gphoenix/www/bbs/zboard.php");
?>
</body>
</html>
그런데,, 사용권한이 없다고 나와욤,,,
웹경로로 하면,,,,모두 깨지공 글자만 나와욤,,,
왜 사용권한이 없다고 나오는지욤,,,
좀 도와주세욤,,,,ㅠㅠ
댓글 2
-
TheMics
2003.02.01 19:57
-
이석인
2003.02.01 23:52
ㅠㅠ 안되공 있어욤
메인이라는 게시판에 상단에 불러올 화일에 h.php라는 화일을 넣구요
h.php라는 곳을 보면 <html>
<head>
<title></title>
</head>
<body>
<?
$id='main';
include ("/home/hosting_users/gphoenix/www/bbs/zboard.php");
에 넣구요
하단에 불러올 화일에 d.php라는 화일을 불러왔어욤
d.php라는 곳에는
?>
</body>
</html>
을 넣어 주었구요
최종적으로는 a.php는 곳에서 <? include "bbs/zboard.php?id=main" ?> 을 하여주 었는데
Warning: Failed opening 'bbs/zboard.php?id=main' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/gphoenix/www/a.php on line 2 라는 오류가 발샐 되었습니다.
ㅠㅠ 해결 방법좀 도와주세요..
<? 윗부분을 게시판 헤더에, ?>아랫부분을 푸더에 넣고 bbs/zboard.php?id=main해서 직접 불러오세요.