When describing the structure of a table using PHP, how do you call for the lengths of fields. For example, names varchar (??), how do I find out the set length of this field?
I thought the answer was using the ->max_length command, but that only tells you the greatest length of any data entered in to the field!
Pleeease help me!