I'm in the middle of building a forum, and i've come to the point where i need to show if the topic has been read by a certain user... how would I go about this?
Would I use sessions to log time? or do i need some sort of structure in the database to mark if each user has seen each comment?
well, if u just want to show the topics hes viewed under that log in, id use sessions.
but if u want to show it each time he is logged on, use sessions and a databases, or what u call databases sessions,
what are databases sessions?
Originally posted by Dillenger I'm in the middle of building a forum, and i've come to the point where i need to show if the topic has been read by a certain user... how would I go about this? Would I use sessions to log time? or do i need some sort of structure in the database to mark if each user has seen each comment?
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10294798