ecshop模板里面怎么php调用文章资讯 10
如题,ecshop模板里面怎么php调用文章资讯我写了如下代码不成功<?php$sql="SELECT*FROM".$GLOBALS['ecs']->table('art...
如题,ecshop模板里面怎么php调用文章资讯
我写了如下代码不成功
<?php
$sql = "SELECT * FROM ". $GLOBALS['ecs']->table('article') . " where cat_id=2 order by article_id LIMIT 8";
while($res = $GLOBALS['db']->getAll($sql));
{
?>
<div id="bottomNav" class="box"><?=$res[title]?></div>
<?php
}
?> 展开
我写了如下代码不成功
<?php
$sql = "SELECT * FROM ". $GLOBALS['ecs']->table('article') . " where cat_id=2 order by article_id LIMIT 8";
while($res = $GLOBALS['db']->getAll($sql));
{
?>
<div id="bottomNav" class="box"><?=$res[title]?></div>
<?php
}
?> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询