mysql_fetch_field (res);, 傳回一物件,內含欄名(name),型態(type)... $row = mysql_fetch_field(res); ... 設定指標到傳回值的欄位,再用mysql_fetch_field()將data叫出.
確定! 回上一頁