rovan Posted July 1, 2008 Share Posted July 1, 2008 I've never come across this before until today. I'm curious to know what the differences between MYSQL_ASSOC, MYSQL_NUM and MYSQL_BOTH are. Not an emergency.. I read through the documentation and I'm still confused. Just curious.. if anyone has time to enlighten me with some examples I'd appreciate it! Thanks. Link to comment https://forums.phpfreaks.com/topic/112766-mysql_assoc-and-other-mysql_fetch_array-parameters/ Share on other sites More sharing options...
trq Posted July 1, 2008 Share Posted July 1, 2008 MYSQL_ASSOC returns an associative array. MYSQL_NUM returns a numerically indexed array. MYSQL_BOTH have a guess. Link to comment https://forums.phpfreaks.com/topic/112766-mysql_assoc-and-other-mysql_fetch_array-parameters/#findComment-579153 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.