i want to find out about the type of a field in an mysql table. therefore i use mysql_fetch_field and then i print out the 'type' property of the object.
my prob is that it just tells me whether the field is an integer or a string, instead of 'varchar','timestamp' or stuff like that what i would expect..
thanx alot,
Phlow