Although I've used PHP for quite some time, I've never bothered to venture into the world of databases until the other day.
It doesn't seem too difficult at all, so far. I have a good book and a lot of good online resources that help a lot. I have noticed, however, that most of them use mysql_result() to retrieve information from the query (whether it be one item or a list of items). I noticed that you said:
I don't like using mysql_result() at all, but some do.
Is it bad practice to use mysql_result()? Also, what might be the benefits of using mysql_fetch_assoc() as an alternative? mysql_fetch_assoc() seems more complicated from what I've researched, but I am sure that it has pros and cons, too.
I am very interested in learning more about mySQL, so any thoughts/explainations/recommendations are appreciated.
Best regards,
aksival