What sql select query can I use to display posts from one friend when user clicks on one of their friends' profile after login? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What sql select query can I use to display posts from one friend when user clicks on one of their friends' profile after login?

What Sql select query can I use in PHP to display posts from one friend when user clicks friend's photo or username after user login?

25th Sep 2019, 7:23 AM
Starseed
1 ответ
0
I tried that before I posted the question and it didn't give me the results I wanted. I want it to show posts from one friend after clicking on their profile. I'm trying to join the users table, followers table, and posts table to show posts from one friend.
26th Sep 2019, 6:01 AM
Starseed