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 "./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 는 그냥 쓰시면 됩니다.
어떻게 안되는지 자세히 말해주시면 답변하는데 도움이 되겠네요
<? 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" ?> 해도 뜨지않아요?ㅠ ↖같은 에러가뜨면서요.ㅠ
뭐이런 애러가 떠요 ㅠ
그냥 <? include "./gnuboard4/recent_choo.php" ?> 해도 뜨지않아요?ㅠ ↖같은 에러가뜨면서요.ㅠ
파일이 없는 경우입니다.
include 경로가 맞는지 확인해보세요~
include 경로가 맞는지 확인해보세요~
똑같이 "./gnuboard4/recent_choo.php
이렇게 햇는데 하나는 나오고 다른하나는 안나오는건 왜그럴까요?ㅠㅠㅠㅠ
이렇게 햇는데 하나는 나오고 다른하나는 안나오는건 왜그럴까요?ㅠㅠㅠㅠ