Maison  >  Article  >  développement back-end  >  php代码字符串跟变量组合规范,帮小弟我看看

php代码字符串跟变量组合规范,帮小弟我看看

WBOY
WBOYoriginal
2016-06-13 11:08:15863parcourir

php代码字符串跟变量组合规范,帮我看看

<br /><?php<br />$host = $_SERVER["HTTP_HOST"];   //获取主机头<br />include(str_replace('.yiqimai.baidu.com', '', $host ).".html");<br />?><br />

上面是 $host.html
我现在想组合  /html/$host.html
我写的不规范,正确应该怎么写?

------解决方案--------------------
include("/html/".str_replace('.yiqimai.baidu.com', '', $host ).".html");

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn