function mysql_fetch_all($res) { while($row=mysql_fetch_array($res)) { ... $DBarray=mysql_fetch_all($result); $DBarray2=mysql_fetch_all($result2);.
確定! 回上一頁