php调用html文件是有关问题
程序员文章站
2022-06-03 17:30:08
...
php调用html文件是问题
用Php编写了一个小网站,希望每个网页顶端保持一致,因此,对每个Php文件调用了一个html的头文件,名称为head.html,但是用include_once、include、require_once
()
等命令调用均出错,出错信息如下:
Warning: main(head.html) [function.main]: failed to open stream: No such file or directory in F:\www\temp\limit.php on line 16
Warning: main() [function.include]: Failed opening 'head.html' for inclusion (include_path='.;C:\php5\pear') in F:\www\temp\limit.php on line 16
请高手指点?
------解决方案--------------------
你不是有个head.html 吗?但你写的包含的是head.htm
你看看是不是因为这个
用Php编写了一个小网站,希望每个网页顶端保持一致,因此,对每个Php文件调用了一个html的头文件,名称为head.html,但是用include_once、include、require_once
()
等命令调用均出错,出错信息如下:
Warning: main(head.html) [function.main]: failed to open stream: No such file or directory in F:\www\temp\limit.php on line 16
Warning: main() [function.include]: Failed opening 'head.html' for inclusion (include_path='.;C:\php5\pear') in F:\www\temp\limit.php on line 16
请高手指点?
------解决方案--------------------
你不是有个head.html 吗?但你写的包含的是head.htm
你看看是不是因为这个
相关文章
相关视频
上一篇: JAVA/JSP学习系列之一_PHP教程
下一篇: goolge搜索的页面预览是怎么实现的