johnnyk Posted July 5, 2006 Share Posted July 5, 2006 Is there any difference betweenmysql_fetch_array($result, MYSQL_ASSOC);andmysql_fetch_assoc(); Link to comment https://forums.phpfreaks.com/topic/13698-msql_assoc-vs-mysql_fetch_assoc/ Share on other sites More sharing options...
.josh Posted July 5, 2006 Share Posted July 5, 2006 the short and simple answer is no. Link to comment https://forums.phpfreaks.com/topic/13698-msql_assoc-vs-mysql_fetch_assoc/#findComment-53150 Share on other sites More sharing options...
dptr1988 Posted July 5, 2006 Share Posted July 5, 2006 Crayon Violent is probably right, but I've had more troubles with mysql_fetch_assoc(); than mysql_fetch_array($result, MYSQL_ASSOC);. Link to comment https://forums.phpfreaks.com/topic/13698-msql_assoc-vs-mysql_fetch_assoc/#findComment-53322 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.