PHP: mysql_fetch_array - Manual - PHP: Hypertext Preprocessor
Notes Note: Performance An important thing to note is that using mysql_fetch_array() is not significantly slower than using mysql_fetch_row(), while it provides a significant added value. Note: Field names returned by this function are case-sensitive....