서브페이지 폴더 안 경로 질문드려요
본문
Warning: Use of undefined constant G5_PATH - assumed 'G5_PATH' (this will throw an Error in a future version of PHP) in /www_root/page/proinfo_01.php on line 2
Warning: include_once(G5_PATH/head.php): failed to open stream: No such file or directory in /www_root/page/proinfo_01.php on line 2
Warning: include_once(): Failed opening 'G5_PATH/head.php' for inclusion (include_path='.:/usr/local/php73/lib/php') in /www_root/page/proinfo_01.php on line 2
제품정보
이런식으로 뜨는데
경로를 도대체 어떻게 지정해야할지모르겠네요
고수님들 답변 부탁드립니다
답변 1
최상단에 다음의 코드를 추가하면 됩니다. http://www.gnuwiz.com/bbs/board.php?bo_table=gnu_study&wr_id=13
(G5_PATH 등을 사용하려면 /common.php 가 인클루드 되어야 합니다.)
include_once "../common.php";
답변을 작성하시기 전에 로그인 해주세요.