mysql_num_fields
Description
int mysql_num_fields ( resource result)mysql_num_fields() returns the number of fields in the result set result.
See also mysql_select_db(), mysql_query(), mysql_fetch_field() and mysql_num_rows().
For downward compatibility mysql_numfields() can also be used. This is deprecated however.