mysql_list_fields(database_name,table_name[,link_identifier])

Description: Lists MySQL columns in a given table.

Retrieves information about table table_name in database database_name and returns a result pointer. This pointer (denoted in this appendix by result) can then be passed to other functions to extract information on column names, lengths, types, and flags.

$f = mysql_list_fields ("some_db", "some_table");

See also: mysql_field_flags(), mysql_field_len(), mysql_field_name(), mysql_field_type()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
52.15.161.188