$id = intval($_GET[‘id‘]);
$row = $db->getResult($db->query("select * from ".$t."product where id=$id;"));
$rows = $row[0];//处理mysql_fetch_assoc返回来的数组 不用foreach----echo!
php中处理mysql_fetch_assoc返回来的数组 不用foreach----echo
原文:http://www.jb51.net/article/27035.htm