Get the number of columns $ncols = $res->field_count; // Get the column names while ($info = $res->fetch_field()) { $colnames[] = strtoupper($info->name); } ...
確定! 回上一頁