Hi
How should I keep track of what posts a user have read in a forum? What I want to do is to present for the user a list of "Unread posts since your last visit". And when a user reads one of the posts it should be removed from the list.
The forum is stored in a MySQL database

Thanks,
//Tobbe McCain