$rows = mysql_fetch_all($result); foreach($rows as $row) { // do something ... For this to work, you have to make yourself a mysql_fetch_all ...
確定! 回上一頁