Home > php教程 > php手册 > 好吧!还可以这样写PHP

好吧!还可以这样写PHP

WBOY
Release: 2016-06-06 19:35:16
Original
1642 people have browsed it

好吧!还可以这样写PHP文件 以下是我知道的方法 感谢@newwell我又看阔视野了 无 //标准?PHP ECHO "第一种方法";?//我常用的? ECHO "第二种方法";?//这个是我第一次看见。。。script language = "PHP" ECHO"第三种方法";/SCRIPT//newwell提供?="第四种方法"?还

好吧!还可以这样写PHP文件
以下是我知道的方法
感谢 @newwell 我又看阔视野了
//标准
<?PHP ECHO "第一种方法";?>

//我常用的
<? ECHO "第二种方法";?>


//这个是我第一次看见。。。
<script language = "PHP">
  ECHO"第三种方法";
</SCRIPT>


//newwell提供

<?="第四种方法"?>


还有别的方法不,有的话发出来涨涨见识
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template