you could loop through the array, and create a new one, like so: $column = array(); while($row = mysql_fetch_array($info)){ $column[] ...
確定! 回上一頁