如何让网页每隔几分钟自动刷新或跳转的...
rt
set_file("tem","tem.htm"); $title="题目1"; $t->set_var("title",$title); $t->parse("tt","tem"); $t->p("tt"); ?> tem.htm页面 {title} 但是运行test.php时显示错误: Fatal error: Call to undefined function: set_unknowns() in c:apachehtdocs emplate emplate.inc.php on line 47 请问这是什么意思?" name=description>
作者 tjyihui 发布于 0000-00-00 分类:php基础编程
test.php页面
<?php
include ("template.inc.php");
$t=new Template("template");
$t->set_file("tem","tem.htm");
$title="题目1";
$t->set_var("title",$title);
$t->parse("tt","tem");
$t->p("tt");
?>
tem.htm页面
逛论坛交流:使用template模板遇到的问题
IntegratedTemplate模板是PHP的官方模板?
smarty , PHPLIB ,FastTemplate 模板的应用与比较.
47句是什么
set_unknowns()
没定义
路径没错吧?
47句是什么?
4 条回复
回复