PHP简单演示如何使用模板制作静态页面_PHP技巧_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

PHP简单演示如何使用模板制作静态页面

作者:黑客防线网安PHP教程基地 来源:黑客防线网安PHP教程基地 浏览次数:0

本篇关键词:制作静态页面模板
黑客防线网安网讯:  简单演示PHP如何使用模板生成静态页面。    模板文件templets.htm:    <html>    <head>    <title>{title}</title>    </head>    <body>    <p>Hello{h...
  简单演示PHP如何使用模板生成静态页面
  
  模板文件templets.htm:
  
  <html>
  
  <head>
  
  <title>{title}</title>
  
  </head>
  
  <body>
  
  <p>Hello{hello}</p>
  
  </body>
  
  </html>
  
  PHP文件代码:
  
  <?php
  
  $title='webjx';
  
  $hello='webjxcom!';
  
  $file=file_get_contents('templets.htm');
  
  $file=str_replace(array('{title}','{hello}'),array($title,$hello),$file);
  
  echo$file;
  
  ?>
  
  
    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-17347-1.html
网站维护教程更新时间:2012-09-21 05:17:15  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer