Code: Select all
$mysql_data_type = mysql_field_type($result, $j);However; I can't find an equivalent mysqli function to find the field type of a particular piece result. (I have retrieved the results in the form of an array using fetch_row( ) and want to find out what data type is in each key of the array.)
THanks