Rumah > Artikel > pembangunan bahagian belakang > html格式如何转成php格式
html转成php的方法:首先找到需要转换成php的html文件;然后将源代码文件名后缀由html改名为php;最后在网页里的任何位置添加代码为“”即可。
html格式转成php格式
因为html没有php代码,所以直接将源代码文件名后缀由html改名为php就可以了。如果要在里面写php代码。
加上如下就可以了。在网页里的任何位置:32b6349d5374abd6691fd1c8a5cb6314
已经将你需要的代码转化为php文件,你复制此代码到你新建立文件:比如test.php。就是你想要的效果了。
<?php $test=<<<ttt <div class="mid"> <ul> <li class="item one"> <h3 class="title "><a href="http://cy.whsw.cn/?cat=42">头脑风暴</a></h3> <p class="sub-title">头脑风暴法力图通过一定的讨论程序</p> </li> <div class="clear"></div> </ul> </div> ttt; echo $test; ?>
推荐:《PHP教程》
Atas ialah kandungan terperinci html格式如何转成php格式. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!