Hello I am trying to develop a group site where a user can signup and create group and other user can signup and join the groups created by other users, each user will have a wall where the posts from the groups they joined will appear, I need help in trying to understand how can I implement it using php / mysql, how can I link a post from a group to a user, any help will be appreciated.

Thanks

If you have separate tables for groups, users and messages, then you only need to track what message belongs to what group. You can then track a user, via his groups to the messages.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.