Fatal error: Smarty error: [in index.html line 1]: syntax error: unrecognized tag 'title' (Smarty_C

haha,php<?phpinclude_once'Smarty/Smarty.class.php';//包含smarty类文件$smarty=newSmarty();/... haha,php
<?php
include_once 'Smarty/Smarty.class.php' ; //包含smarty类文件

$smarty = new Smarty(); //建立smarty实例对象$smarty

$smarty->config_dir="Smarty/Config_File.class.php"; // 目录变量

$smarty->caching=false; //是否使用缓存,项目在调试期间,不建议启用缓存

$smarty->template_dir = "./templates"; //设置模板目录

$smarty->compile_dir = "./templates_c"; //设置编译目录

$smarty->cache_dir = "./smarty_cache"; //缓存文件夹

//----------------------------------------------------

//左右边界符,默认为{},但实际应用当中容易与JavaScript相冲突

//----------------------------------------------------

$smarty->left_delimiter = "{";

$smarty->right_delimiter = "}";
?>

index.php
<?php
include_once 'haha.php';

$name="PHP100";
$smarty->assign("title",$name);
$smarty->display("index.html");
?>

index,html
<html>
{title}
</html>

请问是哪里出错啦。。谢谢。。
展开
 我来答
百度网友379cf85e4
2011-03-22 · TA获得超过747个赞
知道小有建树答主
回答量:790
采纳率:0%
帮助的人:578万
展开全部
index.html里面的title前加上$
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式