Imad Posted April 29, 2008 Share Posted April 29, 2008 Hi guys, I need some help with trying to get this to work. I'm trying to make a mini forum type but how do I make each thread have its own posts? I made the threads system but they all share the same posts. What do I need to do to make each thread have it's own posts? Thanks in advanced. Link to comment https://forums.phpfreaks.com/topic/103472-need-help-with-php-ids/ Share on other sites More sharing options...
p2grace Posted April 29, 2008 Share Posted April 29, 2008 In the posts table you need to save the thread id, and then when you're on a specific thread simply query against the posts table for all posts that have the current thread id. Link to comment https://forums.phpfreaks.com/topic/103472-need-help-with-php-ids/#findComment-529861 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.