Skip to main content
February 11, 2010
Answered

mysql_fetch_array()

  • February 11, 2010
  • 1 reply
  • 311 views

What is better to use:

mysql_fetch_assoc($results)

or

mysql_fetch_array($result, MYSQL_ASSOC)

I keep getting a mysql_fetch_array error – but not every time which makes me think my query is OK. So it might have to do with how this is set.

This topic has been closed for replies.
Correct answer David_Powers

Neither. They are identical.


1 reply

David_Powers
David_PowersCorrect answer
Inspiring
February 11, 2010

Neither. They are identical.