php smarty 显示一维数组中指定键的值
index.php部分代码:数组news的结构是idtitlecontent$sql="select*fromnews";$result=mysql_query($sql...
index.php
部分代码:
数组news的结构是 id title content
$sql="select * from news";
$result=mysql_query($sql);
if($row=mysql_fetch_row($result)){
$smarty->assign("message","$row");
$smarty->display("index.html");
index.html
标题是:{message.title}
我只想输出title的值。。我偶的些法有错吗?但是我这样写我的输出结果是小写的r 展开
部分代码:
数组news的结构是 id title content
$sql="select * from news";
$result=mysql_query($sql);
if($row=mysql_fetch_row($result)){
$smarty->assign("message","$row");
$smarty->display("index.html");
index.html
标题是:{message.title}
我只想输出title的值。。我偶的些法有错吗?但是我这样写我的输出结果是小写的r 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询