Description
resource
mysql_list_fields ( string database_name, string table_name [, resource link_identifier] )
Retrieves information about the given table name.
This function is deprecated. It is preferable to use
mysql_query() to issue a SQL SHOW COLUMNS FROM
table [LIKE 'name'] statement instead.