php-smarty模板,运行结果出源码,出错在哪?

运行index.php出现这样的assign('name',$name);$smarty->assign('tel',$tel);$smarty->display('in... 运行index.php出现这样的assign('name',$name); $smarty->assign('tel',$tel); $smarty->display('index.h ……
index.php代码
<?
include('smarty.php');
$name='廖洁';
$tel='151117011715';
$smarty->assign('name',$name);
$smarty->assign('tel',$tel);
$smarty->display('index.html');
?>
smarty.php代码
<?
include('smarty/Smarty.class.php');
/* 建立对象 */
$smarty=new Smarty
/* 设置各个目录的路径,这里是安装的重点 */
$smarty->template_dir = "templates";
$smarty->compile_dir ="templates_c";
$smarty->config_dir = "configs";
$smarty->cache_dir = "cache";
$Smarty->caching = false;
$smarty->left_delimiter = "[{";
$smarty->right_delimiter = "}]";
?>
index.html代码
<html>
<head>
<metahttp-equiv="Content-Type" content="text/html;charset=gb2312"> <title>02</title></head>
<body>[{$name}]
[{$tel}]
</body>
</html>

这个题是我在“百度知道”解决了,可原贴关闭了,我重建个帖
展开
 我来答
womanv
2011-03-01 · TA获得超过818个赞
知道小有建树答主
回答量:898
采纳率:0%
帮助的人:1051万
展开全部
服务器没有正常解析PHP扩展名的文件。
需要改一下apache(如果你用的是apache)的配置。
增加一个
找找看吧
<FilesMatch "\.php$|\.php5$|\.php4$|\.php3$|\.phtml$|\.phpt$">
SetHandler application/x-httpd-php
</FilesMatch>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
涡轮本轮没错了
2011-02-28 · 超过11用户采纳过TA的回答
知道答主
回答量:41
采纳率:0%
帮助的人:28.6万
展开全部
仔细看看你的php开发环境是否搭建好了,然后看一下smarty类是否引入进来了。。代码没什么错误。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友d7e10266d1
2011-02-26 · TA获得超过5480个赞
知道小有建树答主
回答量:713
采纳率:0%
帮助的人:716万
展开全部
没有搭建PHP运行的服务器环境
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式