I am trying to build a class to create forms for each of the tables in my database.
How can I use the mysql information to:
get column names
get column types
get column type size (varchar(30))!
Are there built in mysql_functions to retrieve this info?
Thanks!