Copy link to clipboard
Copied
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.
Neither. They are identical.
Copy link to clipboard
Copied
Neither. They are identical.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now