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>
这个题是我在“百度知道”解决了,可原贴关闭了,我重建个帖 展开
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>
这个题是我在“百度知道”解决了,可原贴关闭了,我重建个帖 展开
3个回答
展开全部
服务器没有正常解析PHP扩展名的文件。
需要改一下apache(如果你用的是apache)的配置。
增加一个
找找看吧
<FilesMatch "\.php$|\.php5$|\.php4$|\.php3$|\.phtml$|\.phpt$">
SetHandler application/x-httpd-php
</FilesMatch>
需要改一下apache(如果你用的是apache)的配置。
增加一个
找找看吧
<FilesMatch "\.php$|\.php5$|\.php4$|\.php3$|\.phtml$|\.phpt$">
SetHandler application/x-httpd-php
</FilesMatch>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
仔细看看你的php开发环境是否搭建好了,然后看一下smarty类是否引入进来了。。代码没什么错误。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没有搭建PHP运行的服务器环境
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询