smarty生成静态的问题

include("1.php");//引用1.php页面里面的配置////$a1[]=array("name"=>"标题1","date"=>"时间咯1");//$a1[... include("1.php");//引用1.php页面里面的配置
//
//$a1[]=array("name"=>"标题1","date"=>"时间咯1");
//$a1[]=array("name"=>"标题2","date"=>"时间咯2");
//$a1[]=array("name"=>"标题3","date"=>"时间咯3");
//$a=array("name","d3","date","f中国3");

$a=mysql_connect("127.0.0.1:3306","root","");
mysql_query("set names gb2312");
$hg="select * from ok where di_zi='xxx.html' order by id desc limit 0,10";//order by id desc limit 0,10
$lwbm=mysql_db_query("jie",$hg,$a);
while($ds=mysql_fetch_array($lwbm)){
$a1[]=array("name"=>"$ds[di_zi]","date"=>"$ds[name]");
$smarty->assign("ok1",$a1);
}
//$smarty->assign("ok1","dfdf"); //ok是index.html页面的要替换咯
//$smarty->assign("ok",$a); //ok是index.html页面的要替换咯
$smarty->display("index.html");
上面的页面我都写好了.就是在保存输出的页面的时候不会..要怎么样写呢..还有.如果是很多个页面要保存要怎么样写.是不是要写一个类?要怎么样写..谢谢指点一下
展开
 我来答
newchinays
2009-02-27 · TA获得超过1173个赞
知道小有建树答主
回答量:1238
采纳率:48%
帮助的人:425万
展开全部
$output = $smarty->fetch("index.html");
$fp = fopen("index.php.html","w");
fwrite($fp,$output);
fclose($fp);
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式