[e:loop={"select outproduct,ddtime,haveprice,truename,alltotal,checked,ddno from phome_enewsshopdd w" />
东方星雨

简单网络

一个爱好网络的80后男站长。

关注我东方星雨个人微信号:476847113

您现在的位置是:首页 > 站长日志

调用帝国商城订单号的方法

2010-05-20 站长 站长日志

<TABLE border=0 cellSpacing=0 cellPadding=0 width="100%">
[e:loop={"select outproduct,ddtime,haveprice,truename,alltotal,checked,ddno from phome_enewsshopdd  where outproduct='1' order by ddtime desc limit 100",10,24,0}]
  <TR>
    <Td width="10%">订单人<?=$bqr[truename]?></Td>
    <Td width="8%">价格<?=$bqr[alltotal]?></Td>
  
    <Td width="15%">订单编号<?=$bqr[ddno]?></Td>
    <Td width="13%">时间<?=$bqr[ddtime]?></Td>
    <Td width="10%">是否发货:已发货</Td>
    [/e:loop]
  </TR>
</TABLE>

文章评论