Jump to content

Status Of News Post


astralaaron

Recommended Posts

You'll need some sort of way of tracking all your users (IPs, usernames, cookies, etc.), and then a relational table that matches the user to topics they've already read. Then you query that whenever you retrieve the topics and only show those that aren't listed in the relational table under their identifier.

Link to comment
Share on other sites

You'll need some sort of way of tracking all your users (IPs, usernames, cookies, etc.), and then a relational table that matches the user to topics they've already read. Then you query that whenever you retrieve the topics and only show those that aren't listed in the relational table under their identifier.
yeah It will have to be IP's or cookies then. thanks.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...