Forum Moderators: coopster
Assuming I already know the table name, I am trying to get the following information.
column name
datatype (including possible values of an ENUM, such as: enum('M','F'))
length
Of course this could be done directly in MySQL, but I was trying to do this via a PHP script.
Thanks!
Ryan