Friend System April 21, 2021, 09:51:16 AM I'm trying to make a simple social web app, with 3 Datatables:users: id, name, email, passwordfriend_status: id, from_id, to_id, statusposts: id, user, content, dateI 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. Quote Selected