mysql - mysql_fetch_row() vs mysql_fetch_assoc() vs mysql_fetch_array() - Stack Overflow
Possible Duplicate: mysql_fetch_array, mysql_fetch_assoc, mysql_fetch_object I want a function which can return fields in the current row of a resultset into an associative array ......