我知道这个错误很常见,我试过搜索谷歌,我做了这些技巧无济于事。所以我的设置是,我有 3 个目录:
CLASSES ->constants
PAGES
INITCONTROLS
编辑: 我有新错误:
*警告:require_once(initcontrols/config.php) [function.require-once]:打开流失败:没有这样的文件或目录*
下面是我的代码片段:
require_once("initcontrols/config.php");
<div>
<?php
$file = "initcontrols/header_myworks.php";
include_once($file);
echo $plHeader;?>
</div>
这里还缺少什么?感谢您提前提供的所有帮助。