对不起,伙计们这可能很简单,但我现在已经太晚了。我有一个基本的html页面,当我尝试将任何php放入正文时,它会将其作为注释读取。
<html>
<body>
.... ....
</p>
</div>
<div id='result' class='ui-widget' style='width:70%;margin:0 auto'>
</div>
</div>
<?php
include(WEB_ROOT.'/template/footer.php');
?>
</body>
</html>
有什么不对吗?
答案 0 :(得分:1)
您必须使用像Apache这样的服务器来解释页面。更重要的是,它应该有.php
扩展名。
答案 1 :(得分:0)
延期问题! .PHP不是.HTML! 相反是正确的!包括php页面中的html