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 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. 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
Archived
This topic is now archived and is closed to further replies.