hi..im writing a php script that will allow me to view the field info of a given mysql table on the web instead of doing it through command line using "describe tableName"...
I'm using the php function "mysql_fetch_field" which returns some properites of the fields but not all...are there any other functions that could return say the default value of the field or a function that is more specific in returning the type of the field?
any help would be appreciated..thanks =)