I\'d like to get all of a mysql table\'s col names into an array in php?
Is there a query for this?
I have done this in the past.
SELECT column_name FROM information_schema.columns WHERE table_name='insert table name here';