$res_arr_values = array(); while ($row ... the preferred way to add a value to an array is writing $array[] = $value; , not using array_push
確定! 回上一頁