Forum Moderators: coopster
How can I know the maximum field length for every field of a table, using the mysqli extension? When I use the $field->max_length property of a field, it only gives the maximum length for the result set, not the maximum length for the table (for exemple if I have a VARCHAR(50), I want to get the value 50.
Thanks