Hello.
I'm used to using the mysql_fetch_assoc
command, and always, and I don’t see any differences in speed (site usability) and convenience with the commands mysql_fetch_row
, mysql_fetch_array
... can anyone tell me in amateur language, so to speak, where it’s useful to use the above commands and where is better do not use?