警告:include_once(headerSite.php):无法打开流:没有这样的文件或目录

时间:2016-01-03 08:48:33

标签: php html mysql apache

我是PHP新手并且遇到了这些错误

  

警告:include_once(headerSite.php):无法打开流:第3行的C:\ xampp \ htdocs \ dbtest \ index.php中没有此类文件或目录

     

警告:include_once():无法打开' headerSite.php'在第3行的C:\ xampp \ htdocs \ dbtest \ index.php中包含(include_path ='。; C:\ xampp \ php \ PEAR')

我该怎么做才能解决这个问题?

1 个答案:

答案 0 :(得分:0)

headerSite.php个文件放入2个单引号中:

 include_once('headerSite.php');