I'm looking for a way to keep track of what topics a user has read or not read in lets say a forum.
I can think of some ideas, but what is the best way?
Create a table with a row for each user and create an array of the topics he have read?
Or is there an easier/faster way?
Would one of those fields have an array?
Or do you suggest one row for every topic each user has read? (Wouldn't that lead to thousands and thousands of rows?)
Bookmarks