tags:

views:

55

answers:

1

When I call mysqli_field_type it returns a number, which I assume relates to the type. Does anyone have a list of types and their corresponding numbers? I am in particular trying to find out if the data type is numerical or text (if that makes a difference).

A: 

For anyone else with this problem: http://stackoverflow.com/questions/1691390/php-mysqlifetchfield-data-type

Mark