johnnyk Posted July 5, 2006 Share Posted July 5, 2006 Is there any difference betweenmysql_fetch_array($result, MYSQL_ASSOC);andmysql_fetch_assoc(); Quote 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. Quote 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);. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.