... loop $results = array(); //this gets all the col names and sets them as $colnames[] while( $cols = $result->fetch_field() ) { $colnames[] = $cols->name; } ...
確定! 回上一頁