当前位置:开发者网络 >> 技术教程 >> PHP教程 >> 其它文章 >> 内容
精彩推荐
分类最新教程
分类热点教程
  
从HTML中脱离
作者:未知
日期:2004-10-12
人气:
投稿:snow(转贴)
来源:未知
字体:
收藏:加入浏览器收藏
以下正文:
这儿有三种方法从HTML中脱离,同时加入“PHP代码模式”

Example 5-1. 从HTML中脱离的方法

1. <? echo("this is the simplest, an SGML processing instruction\n"); ?>

2. <?php echo("if you want to serve XML documents, do like this\n"); ?>

3. <script language="php">

相关文章: