My Question About PHP functions the differences between mysql_fetch_row() and mysql_fetch_array().
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP official manual. However, I can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
"enumerated array" equal to "numeric array"?