Can I retrieve a tables Field and Type elements via PHP using describe $table?
I am trying to dynamically set the sizes a forms text inputs to equal those of the columns in the database. Example
mysql database
name varchar(30)
form
input type="text" size="<?name varchar size?>