문서호출
본문
aaa 라는 폴더를 만들고
write_update.skin.php 에
아래와 같이 첨부하여 글쓰기하면 aaa/bb.php 문서를 호출하려는데 글쓰기 하면 그냥 하얀 화면만 나옵니다.ㅠㅠ
해결 방법좀 갈켜주세요...
<?
ob_start();
include_once ("$g4['path']/aaa/bb.php");
$content = ob_get_contents();
ob_end_clean();
?>
bb.php
<script type="text/javascript" src="<?=$g4['path']?>/js/ss.js"></script>
내용
답변을 작성하시기 전에 로그인 해주세요.