这是我在这个网站上的第一个问题.
我是编程新手.
我在C:/Wamp/WWW/AddressBook/Index.html上有index.html文件,header.html和footer.html文件位于C:/ Wamp/WWW/AddressBook/Includes /
现在我想在index.html中包含这些文件
对于标题
<?php include 'Includes/Header.html'; ?>
Run Code Online (Sandbox Code Playgroud)
并为页脚
<?php include 'Includes/Footer.html'; ?>
Run Code Online (Sandbox Code Playgroud)
但是当我在浏览器中打开index.html时,页眉和页脚都没有显示出来.
| 归档时间: |
|
| 查看次数: |
2586 次 |
| 最近记录: |