In mysql_fetch_array() if two or more columns of the result have the same field names, what action is taken?
Options
- the first column will take precedence
- the column is skipped
- the last column will take precedence
- an error is thrown.
CORRECT ANSWER : the last column will take precedence
Write your comments