Search found 1 match

by flambukey
Thu Oct 24, 2002 10:41 pm
Forum: Databases
Topic: infinite joins... can this be done?
Replies: 0
Views: 537

infinite joins... can this be done?

Okay, I'm making a database driven website using Mysql and PHP in which I connect people to other people. Now supose I have: TABLE: people FIELDS: ID, Person TABLE: connect FIELDS: person_ID, Connection_ID The data in the TABLE: people... would be something like: 1, Bob - 2, John - 3, Ben The data i...