묻고답하기

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>&nbsp;</p>
</body>

<?
include "foot.php";
?>
</html>