PHP mysql_fetch_array() function - w3resource
Name Description Required/ Optional Type result Refers to the resource return by a valid mysql query (calling by mysql_query() function). Required Resource result_type The type of the result is an array. Possible values : MYSQL_ASSOC - Associative array...