处理mysql_fetch_assoc返回来的数组 不用foreach----echo!
时间:2011-04-07 来源:网宗
1 $id = intval($_GET['id']);
2 $row = $db->getResult($db->query("select * from ".$t."product where id=$id;"));
3 $rows = $row[0];//处理mysql_fetch_assoc返回来的数组 不用foreach----echo!
相关阅读 更多 +