I am trying to insert, update and display items that a user have collected. I heard that, using hash table would be more efficient, is it true? What is hash table? How to do it? I am using php5 and mysql. Any tutorial with simple code would be great.
Thanks.