I'm pretty new to databases, but not to PHP. I'm using mySQL and want to have an html table row @ the top of my table that shows the variable names of the values, like a header... what code would I use to print the actual variable names of these variable rather than the values of the variables? I'd like to use some kind of for loop rather than acutally just manually printing them for re-usability purposes...
THANKS!