mysql_fetch_array
PHP 4, PHP 5
mysql_fetch_array - Fetch a result row as an associative array, a numeric array, or both
Example #1 Query with aliased duplicate field names
Example #2 mysql_fetch_array with <span class='function-constant'>MYSQL_NUM</span>
Example #3 mysql_fetch_array with <span class='function-constant'>MYSQL_ASSOC</span>
Example #4 mysql_fetch_array with <span class='function-constant'>MYSQL_BOTH</span>