묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
head,foot 불러오기 오류
2011.01.31 20:45
Warning: include(head.php) [function.include]: failed to open stream: No such file or directory in E:\APM_Setup\htdocs\index.php on line 4
Warning: include() [function.include]: Failed opening 'head.php' for inclusion (include_path='.') in E:\APM_Setup\htdocs\index.php on line 4
Warning: include(foot.php) [function.include]: failed to open stream: No such file or directory in E:\APM_Setup\htdocs\index.php on line 12
Warning: include() [function.include]: Failed opening 'foot.php' for inclusion (include_path='.') in E:\APM_Setup\htdocs\index.php on line 12
위에는 오류내용이고
아래는 index.php 내용입니다.
왜 이런 오류가 나나요?? 제로보드4메뉴얼보고 따라한건데..
<html>
<meta name="generator" content="Namo WebEditor(Trial)">
<?
include "head.php";
?>
<body background="배경주소">
<p> </p>
</body>
<?
include "foot.php";
?>
</html>