Это нормально?
$i = 0;
while ($row = mysql_fetch_array($result))
{
$resultset[] = $row;
$columns[] = mysql_fetch_field($result, $i);
}
Затем при попытке распечатать
<tr><th><?php echo $columns[0] ?></th><th><?php echo $columns[1] ?></th></tr>
Я получил сообщение об ошибке
Catchable fatal error: Object of class stdClass could not be converted to string