03.01.2011, 15:33
So basically you want a query to get the name of the columns in your table?
Then just store your information like any other MySQL query.
pawn Код:
SELECT column_name FROM information_schema.columns WHERE table_name = 'adminperks'