[Solved] How can i get results from two MySql tables [closed]
First of all you want to show user data (name etc.), so select from user. You want to show their friends status related to user 1 with it, so join accordingly. As they can have a friends status related to user 1 or not, but you want to show them anyway, you cannot use an … Read more