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!