RottenBananas Posted December 10, 2008 Share Posted December 10, 2008 Hey guys, Im making a website that has users and profiles. The users can join groups. One user can be in many groups. All of this works fine. What im not sure on is having a home page for each group. Every user has a homepage. I want every group to also have a homepage showing what users are in the group. I think i need to dynamically add a .php file every time a user creates a group? Is this the way to do it or is there a better idea? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/136400-confused-on-how-to-implement-this/ Share on other sites More sharing options...
Mchl Posted December 10, 2008 Share Posted December 10, 2008 Yes. You could create grouppage.php that will take group id through GET or POST, and then display users from relevant group. Quote Link to comment https://forums.phpfreaks.com/topic/136400-confused-on-how-to-implement-this/#findComment-711707 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.