My SQL, PHP In mysql_fetch_array() If two or more columns of the result have the same field names, what action is taken? June 10, 2015 Pramod T P Leave a comment The mysql_fetch_array() function returns a row from a recordset as an associative array and a numeric array. If two or more columns of the result have the same field names,then the last column will take precedence.