Here's what I want to do: I have a query that fetches all the data in one shot because all the data is in one record. I echo the data using a counter variable. What I'd like to be able to do is echo the column name at the same time. So is there a way to get a column name by just specifying the column?
I hope that makes sense.
Edit: nevermind... mssql_field_name did the trick.
