Hi all,
Have been thinking about whether if there's other easy alternatives to this problem..
Right now, i have standard columns in my db table which consists of parent_id, child_id, topic, date_created and so on for my simple forum.
How can i know the user has already viewed a topic?
I'm currently making use of sessions for log in. Is it practical to add an extra column to indicate that the user has viewed this post or not?
Any help / comment is appreciated. Thanks.