$rows = mysql_fetch_all($result); echo json_encode(array('success' => 1, ... function mysql_fetch_all($result) { $all = array();
確定! 回上一頁