Skip to main content
Topic: Friend System (Read 640 times) previous topic - next topic

Friend System

I'm trying to make a simple social web app, with 3 Datatables:

users: id, name, email, password

friend_status: id, from_id, to_id, status

posts: id, user, content, date






I want to make a system wherein a user can send a friend request to another user; If the other user accepts, both of them are now friends.

And, I want a user to see all of his & his friend's posts only.

 

Re: Friend System

Reply #1
??