处理mysql_fetch_assoc返回来的数组 不用foreach----echo!
摘要: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
网宗
阅读(297)
推荐(0)