By using this site, you agree to our Privacy Policy and our Terms of Use. Close

Forums - General Discussion - mysql_fetch_array vs. mysql_fetch_assoc vs. mysql_fetch_row

Anyone can specific exactly the differences among these 3?



Around the Network

mysql_fetch_array() - Fetch a result row as an associative array, a numeric array, or both
mysql_fetch_assoc() - Fetch a result row as an associative array
mysql_fetch_row() - Get a result row as an enumerated array



 

Face the future.. Gamecenter ID: nikkom_nl (oh no he didn't!!) 

Galaki said:

Anyone can specific exactly the differences among these 3?

I'd like to introduce you to my good friend Google.  Feel free to ask Google any questions you have.