If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
you can get column name of a table by using mysql statement:
show full columns from table_name
and you get the result set, based on this result set you get the column field and you can print it out by using php