How to do this? (MySQL query)
#2

So basically you want a query to get the name of the columns in your table?

pawn Код:
SELECT column_name FROM information_schema.columns WHERE table_name = 'adminperks'
Then just store your information like any other MySQL query.
Reply


Messages In This Thread
How to do this? (MySQL query) - by hanzen - 03.01.2011, 15:27
Re: How to do this? (MySQL query) - by JaTochNietDan - 03.01.2011, 15:33
Re: How to do this? (MySQL query) - by hanzen - 03.01.2011, 15:34
Re: How to do this? (MySQL query) - by JaTochNietDan - 03.01.2011, 15:37
Re: How to do this? (MySQL query) - by _rAped - 03.01.2011, 15:39
_rAped - by hanzen - 03.01.2011, 15:42

Forum Jump:


Users browsing this thread: 1 Guest(s)