Hi all, I want the members on my site to be able to add each other as friends. How could I include this in my sql database in the members table ? Thanks.
You wont be able to do this in the members table. You'll have to create a new table.. Call it friends with the links between people.