hi
I've seen that using DESCRIBE will return information about a database table but i was wondering how i could put that info into an array eg :
$fieldsArray = array("field_name" => $var, "field_type=>$var, etc... );
is there a standard way of doing this ?
thanks