Storing connections between people in a MySql database
- by daniel
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?