How can I bring up a list of columns in PHP without bringing up the type, null, key, etc. I only want the fields in the column so I can display them in an administrative HTML table.
"show colums from table" does not work because it brings up the type and everything else.