複製程式碼 程式碼如下:
$id = intval($_GET['id']);
$row = $ db->getResult($db->query("select * from ".$t."product where id=$id;"));
$rows = $row[0];//處理mysql_fetch_assoc回傳來的數組不用foreach----echo!
以上就介紹了freelaunchbar php中處理mysql_fetch_assoc返回的數組 不用foreach----echo,包括了freelaunchbar方面的內容,希望對PHP教程有興趣的朋友有所幫助。