我是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')
我该怎么做才能解决这个问题?
答案 0 :(得分:0)
将headerSite.php
个文件放入2个单引号中:
include_once('headerSite.php');