首页上一页 1 下一页尾页 1 条记录 1/1页
铁游夏老师您好,原汁原味的网页上nominate.php提示错误,主页不显示nominate.tpl,请帮忙解决
发表在PHP图书答疑
2016-09-08
是否精华
是
否
版块置顶:
是
否
铁游夏老师您好,原汁原味的网页上nominate.php提示错误,主页不显示nominate.tpl 最新商品页面不显示图片 请帮忙解决
我把一丝不动的网页上传到了服务器,网址www.jgw100.com
nominate.php代码是:
<?php
include_once 'conn/conn.php';
include_once 'config.php';
$sql = "select id,name,pics,m_price,v_price from tb_commo where isnom = 1 order by id desc";(把order by id desc去掉后,可以显示最新商品标题图标,但是不显示商品图片)
$num = 4;
$rst = $conn->SelectLimit($sql,$num);
$nomarr = $rst->GetArray();
$smarty->assign('nomarr',$nomarr);
$smarty->display('nominate.tpl');
?>
主要是不显示最新商品的图片
我把一丝不动的网页上传到了服务器,网址www.jgw100.com
nominate.php代码是:
<?php
include_once 'conn/conn.php';
include_once 'config.php';
$sql = "select id,name,pics,m_price,v_price from tb_commo where isnom = 1 order by id desc";(把order by id desc去掉后,可以显示最新商品标题图标,但是不显示商品图片)
$num = 4;
$rst = $conn->SelectLimit($sql,$num);
$nomarr = $rst->GetArray();
$smarty->assign('nomarr',$nomarr);
$smarty->display('nominate.tpl');
?>
主要是不显示最新商品的图片