iframe은되고 include는안되요 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

iframe은되고 include는안되요 정보

iframe은되고 include는안되요

본문

iframe은 되고 include는안되요 ㅠ
<? include "./gnuboard4/recent_choo.php?wr_id=$wr_id;" ?>

<irame src="./gnuboard4/recent_choo.php?wr_id=<? echo $wr_id; ?>" name="myframe" width="990" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="n
o"> </iframe>

이케했는데 iframe으로는되고
include하니깐안되요
  • 복사

댓글 전체

include 는 같은 페이지에 삽입되는것으로 변수 넘기지 마시고
<? include "./gnuboard4/recent_choo.php" ?>
요렇게 call 하시고
wr_id 는 그냥 쓰시면 됩니다.

어떻게 안되는지 자세히 말해주시면 답변하는데 도움이 되겠네요
warning: main(./gnuboard4/recent_choo.php?wr_id=;): failed to open stream: nosuch file or directory in /어디어디/main.php on line 250

뭐이런 애러가 떠요 ㅠ

그냥 <? include "./gnuboard4/recent_choo.php" ?> 해도 뜨지않아요?ㅠ ↖같은 에러가뜨면서요.ㅠ
© SIRSOFT
현재 페이지 제일 처음으로