include 경로 정보
include 경로본문
gnuboard4/recent.php를 include 시키려고
<? include "gnuboard4/recent.php;" ?>
이러니깐에러가납니다.
iframe은 <iframe src="gnuboard4/recent.php?wr_id=<? echo $wr_id; ?>" name="myframe" width="990" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="no">
해도 되거든요
include랑 iframe이랑 경로지정이다른가요??
main.php가
홈페이지/main.php
recent.php는
홈페이지/gnuboard4/recent.php
에 있어요.
<? include "gnuboard4/recent.php;" ?>
이러니깐에러가납니다.
iframe은 <iframe src="gnuboard4/recent.php?wr_id=<? echo $wr_id; ?>" name="myframe" width="990" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="no">
해도 되거든요
include랑 iframe이랑 경로지정이다른가요??
main.php가
홈페이지/main.php
recent.php는
홈페이지/gnuboard4/recent.php
에 있어요.
댓글 전체

그누보드의 함수가 포함되어있다면.. 이방법을 써보세요
<? include "$g4[path]/recent.php" ?>
같은폴더내에 파일이 있다면
<? include "./recent.php" ?>
<? include "$g4[path]/recent.php" ?>
같은폴더내에 파일이 있다면
<? include "./recent.php" ?>
main.php 화일을 호출하는 화일 또는 주소가 어떻게 되는지 알면 답변에 도움이 될텐데요
첨부 이미지에 경로를 안보이게 해놓으니 어떻게 돌아가는 상황인지 알 수가 없잖아요
첨부 이미지에 경로를 안보이게 해놓으니 어떻게 돌아가는 상황인지 알 수가 없잖아요
가려놓은거는 이름인데요;;;;;;;;ㅠㅠ 파일이름;; 이름이 길어서 보기편하라고가려놓은건데요 ㅠ