How can I get number of fields(сolumns) in mysql table with PHP or just some kind of mysql query? Is there a way to do this without SELECT * FROM table_name and mysql_num_fields()? Maybe there is a way with one mysql query?
How can I get number of fields(сolumns) in mysql table with PHP or just
Share
1 Answer