Let choose five random rows from gallery: $max_items = 5; $num = $query->num_rows(); $row = $query->row(rand(0, $num - 1)); $minus = array(); //store the ...
確定! 回上一頁