Storing connections between people in a MySql database
Posted
by daniel
on Stack Overflow
See other posts from Stack Overflow
or by daniel
Published on 2010-03-29T07:36:08Z
Indexed on
2010/03/29
8:53 UTC
Read the original article
Hit count: 314
I would like to create a database where I store the links between people.
I then need to bring back the records detailing which people are connected to which others.
I need to output: person1 is connected to person2 is connected with person3 etc.
How can I get started with this task?
© Stack Overflow or respective owner