处理mysql_fetch_assoc返回来的数组 不用foreachecho!

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!
原文地址:https://www.cnblogs.com/wangzong/p/2007923.html