function mysql_fetch_all($sql) { $q = mysql_query($sql); if (!$q) { //perform error checking return false; }
確定! 回上一頁