帮忙看下为何不能转到
程序员文章站
2024-02-08 19:15:40
...
帮忙看下为啥不能转到 $sql="select*fromtb_orderwhereorderusernc='$unc'orderbyiddesclimit$kaishi,$pagesize";//取得记录从计算出的初始值开始,一共$pagesize条 $result=mysql_query($sql);//取得结果 while($row=mysql_fetch_array($result)) { echo"tr\
帮忙看下为啥不能转到
$sql="select * from tb_order where orderusernc='$unc' order by id desc limit $kaishi,$pagesize";//取得记录从计算出的初始值开始,一共$pagesize条
$result=mysql_query($sql);//取得结果
while($row=mysql_fetch_array($result))
{
echo "
echo "
".$row['orderno']."
echo "
".$row['orderusernc']."
echo "
".$row['username']."
echo "
".$row['address']."
echo "
".$row['yb']."
echo "
".$row['tel']."
echo "
".$【本文来自鸿网互联 (http://www.68idc.cn)】row['tt']."
echo "
".$row['goodsprice']."
echo "
".$row['rectype']."
echo "
".$row['paytype']."
echo "
".$row['addtime']."
echo "
echo "
}
点付款依然还在该页面
------解决思路----------------------
echo "