function mysql_fetch_all($res) { while($row=mysql_fetch_array($res)) { $return[] = $row; } return $return; } function create_table($dataArr) { echo "<tr>";
確定! 回上一頁