嗨,我正在尝试让一段 html 仅显示在http://www.domain.com/的主页上...我编写了下面的代码,但它不起作用 HTML 显示不管页面,我错过了什么吗
<?php
$hweb .= 'http://' .$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
if ($hweb == 'http://www.domain.com/'):
?>
<div style="margin:0 auto;">
<div style="float:left">
<?php endif; ?>