PHP: How to find connections between users so I can create a closed friend circle?
- by CuSS
Hi all,
First of all, I'm not trying to create a social network, facebook is big enough! (comic)
I've chosen this question as example because it fits exactly on what I'm trying to do.
Imagine that I have in MySQL a users table and a user_connections table with 'friend requests'. If so, it would be something like this:
Users Table:
userid …