When describing the structure of a table, how do you...
Posted: Fri Sep 27, 2002 11:50 am
Hello. I would be very grateful if anyone could help me with a question I have.
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!

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!