<?php $final=array_merge($output1,$output2); $total_rows = $count_rows_1 + $count_rows_2; $i = 0; while ($i <= $total_rows) { print_r($final[$i]); ...
確定! 回上一頁