foreach (mysql_fetch_all($result) as $row). vs while ($row = mysql_fetch_array($result)). while es tan conciso e IMO más legible.
確定! 回上一頁