关于$id = mysql_insert_id()
这个$id是最后插入数据库的id 请问是数据库的哪一个字段?
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模板遇到的问题
路径没错吧?
47句是什么?
47句是什么
set_unknowns()
没定义
4 条回复
回复