Answered
mysql_fetch_array()
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.
