aaa.php 출력이 않되는 이유를 모르겠습니다. 채택완료
아래 소스처럼 페이지를 만들어 모바일에서 출력이 시키면 전혀 출력이 되지 않습니다.
그런데 여기서 if (!defined('_GNUBOARD_')) exit; 이부분을 빼면 에러가 나면서 출력은 됩니다.
</p><p><?php</p><p>if (!defined('_GNUBOARD_')) exit; </p><p>include_once(G5_MOBILE_PATH.'/_head.php');
?></p><p><div style="padding:10px; min-height:400px;">인사말1111</div></p><p><?php
include_once(G5_MOBILE_PATH.'/_tail.php');
?>
답변 3개
if (!defined('_GNUBOARD_')) exit;
이것은 스킨 파일에 넣는 거에요.
외부에서 직접적으로 스킨 파일에 접속 못하게 하기 위해 사용하는 코드에요.
댓글을 작성하려면 로그인이 필요합니다.
if (!defined('_GNUBOARD_')) exit; 빼면
Warning: include_once(G5_MOBILE_PATH/_head.php) [http://busya.co.kr/mobile/function.include-once">function.include-once]: failed to open stream: No such file or directory in /home/busya/busya.co.kr/www/mobile/about.php on line 3 Warning: include_once() [http://busya.co.kr/mobile/function.include">function.include]: Failed opening 'G5_MOBILE_PATH/_head.php' for inclusion (include_path='.:/usr/share/pear/') in /home/busya/busya.co.kr/www/mobile/about.php on line 3
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인