dadamssg Posted August 11, 2009 Share Posted August 11, 2009 I have a forum with a db table for Topics and one for the Responses. I'm trying to figure out the most efficient way to, like this forum, "Show new replies to your posts." right now i have a query that pulls up all topics that one has replied to...but i just realized that i will have an ever growing list because you have to be the last person to reply for it to not show up. What i want to do is exactly like this forum. It will show you the new replies to your posts but once you view the thread it doesn't show up on the list again. how should i go about organizing this? i'm thinking im going to have to have a new db table Quote Link to comment Share on other sites More sharing options...
Adam Posted August 12, 2009 Share Posted August 12, 2009 Take a look at this... http://www.phpfreaks.com/forums/index.php/topic,220659.0.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.