include 삽입 문제발생 정보
그누보드 include 삽입 문제발생본문
저는 php 초보 입니다
그누보드 인제 배우고 있는데요
php 문서 내에 그누보드 게시판 url을 include 하는데 잘 안되네요
예를들어 제가 oido100.php 라는 파일안에 특정게시판을 프레임을 사용하지 않고
특정위치에 게시판내용이 삽입되도록 인쿠르드 하려고 해요
근데 자꾸 아래와 같은 에러가 뜨네요
Warning: main() [function.main]: URL file-access is disabled in the server configuration in /home/hosting_users/oidotour/www/oido100.php on line 191
Warning: main(http://oidotour.com/?doc=bbs/gnuboard.php&bo_table=oido100_1&page=1&wr_id=5) [function.main]: failed to create stream: no suitable wrapper could be found in /home/hosting_users/oidotour/www/oido100.php on line 191
Warning: main() [function.main]: Failed opening 'http://oidotour.com/?doc=bbs/gnuboard.php&bo_table=oido100_1&page=1&wr_id=5' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/oidotour/www/oido100.php on line 191
뭐가 문제인지 모르겠어요
원래<? include "http://oidotour.com/?doc=bbs/gnuboard.php&bo_table=oido100_1&page=1&wr_id=5"; ?>
php 문서내 원하는 위치에 이렇게 하면 인크루드 되는거 아닌가요?
좀 알려주시면 감사^^
그누보드 인제 배우고 있는데요
php 문서 내에 그누보드 게시판 url을 include 하는데 잘 안되네요
예를들어 제가 oido100.php 라는 파일안에 특정게시판을 프레임을 사용하지 않고
특정위치에 게시판내용이 삽입되도록 인쿠르드 하려고 해요
근데 자꾸 아래와 같은 에러가 뜨네요
Warning: main() [function.main]: URL file-access is disabled in the server configuration in /home/hosting_users/oidotour/www/oido100.php on line 191
Warning: main(http://oidotour.com/?doc=bbs/gnuboard.php&bo_table=oido100_1&page=1&wr_id=5) [function.main]: failed to create stream: no suitable wrapper could be found in /home/hosting_users/oidotour/www/oido100.php on line 191
Warning: main() [function.main]: Failed opening 'http://oidotour.com/?doc=bbs/gnuboard.php&bo_table=oido100_1&page=1&wr_id=5' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/oidotour/www/oido100.php on line 191
뭐가 문제인지 모르겠어요
원래<? include "http://oidotour.com/?doc=bbs/gnuboard.php&bo_table=oido100_1&page=1&wr_id=5"; ?>
php 문서내 원하는 위치에 이렇게 하면 인크루드 되는거 아닌가요?
좀 알려주시면 감사^^
댓글 전체
외부문서의 인클루드는 PHP 4.3 이후(?) 부터 불가능합니다.
ⓒⓒⓒ님의 방법으로 해보세요.
ⓒⓒⓒ님의 방법으로 해보세요.
켁.....그걸 일쿨하고 싶으시면
<? include "oido100.php"; ?> 이렇게 하셔야합니다.
메인에서 인쿨하셨네요... 역시나 저렇게만 하시면되고...
카페24사용하시네요 *^^*
<? include "oido100.php"; ?> 이렇게 하셔야합니다.
메인에서 인쿨하셨네요... 역시나 저렇게만 하시면되고...
카페24사용하시네요 *^^*