摘要:
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! 阅读全文
posted @ 2011-04-07 15:01
网宗
阅读(296)
评论(0)
推荐(0)
浙公网安备 33010602011771号