테스트 사이트 - 개발 중인 베타 버전입니다

게시판생성하고나서 띄울려고하는데요 도와주세요 ㅠㅠ

· 14년 전 · 1082 · 2
홈디렉토리에 /board/ 폴더안에다가 게시판 만들었습니다 .
게시판 주소는 /board/bbs/board.php?bo_table=notice 이렇게 생성되어있고요
/notice/notice_01.html 이곳에다가 게시판을 띄우고싶은데요

notice_01.html 에다가 원하는 위치에
<? include ("../board/bbs/board.php?bo_table=notice") ?> 라고 넣고
페이지 접속해보니 아래같이 뜨네요 초보자라 당최 모르겠어서 질문 올립니다 ㅠㅠ
도와주세요


Warning: include(../board/bbs/board.php?bo_table=notice) [function.include]: failed to open stream: No such file or directory in C:\APM\htdocs\notice\notice_01.html on line 111

Warning: include() [function.include]: Failed opening '../board/bbs/board.php?bo_table=notice'for inclusion (include_path='.') in C:\APM\htdocs\notice\notice_01.html on line 111

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 2개

14년 전
아니면 다른 방법으로 띄우는 법좀 알려주세요 ㅠㅠㅠㅠ
14년 전
인크루드할땐 GET값을 붙이진 않습니다
$bo_table= notice;
include "../board/bbs/board.php"; //이런방식이 좋습니다

다른방법이라면 아이프레임으로 notice_01.html에서 불러올수 있습니다
<iframe src="../board/bbs/board.php?bo_table=notice" width=600 height=600 frameborder=0 scrolling=no></iframe>

게시글 목록

번호 제목
284438
284437
284435
284430
284420
284417
284409
284401
284399
284397
284380
284378
284371
284370
284366
284364
284360
284357
284355
284354