查看文件: renewshop.php
大小: 573 字节
类型: application/octet-stream
<?php require_once('../Connections/BE2.php'); mysql_select_db($database_BE2, $BE2); //SELECT * FROM `webshop` WHERE windex=5 $query_Rtt = "SELECT a.*,b.company_name FROM webshop as a,company as b WHERE a.coid=b.coid AND a.windex=5 AND a.mcapture=0 order by a.wid ASC limit 50" ; $Rtt = mysql_query($query_Rtt, $BE2) or die(mysql_error()); $row_Rtt = mysql_fetch_assoc($Rtt); $i=0; do { echo '0,'.$row_Rtt['coid'] .','.$row_Rtt['coid']."\r\n" ; } while ($row_Rtt = mysql_fetch_assoc($Rtt)); mysql_free_result($Rtt); ?>
保存
取消
返回文件列表