当前位置 : 主页 > 网络编程 > PHP >

update.php

来源:互联网 收集:自由互联 发布时间:2021-06-28
update.php assign("id",$id);$smarty-assign("title",$title);$smarty-assign("author",$author);$smarty-assign("content",$content);//$smarty-assign($time);$smarty-display("update.html");?
update.php
 assign("id",$id);
$smarty->assign("title",$title);
$smarty->assign("author",$author);
$smarty->assign("content",$content);
//$smarty->assign($time);
$smarty->display("update.html");
?>
上一篇:saveu.php
下一篇:get_curr_time_section.php
网友评论