Is there a way to perform a SELECT that would grab only the field names from a TABLE. In my head, I'm thinking I could create an array with mysql_fetch_array and then possibly grab all of the array keys from that? Would that work, first off, and second is there a better solution?