Topic awaiting preservation: myPHPadmin and mySQL (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 08-06-2002 21:20
I am using myPHPadmin to administer a mySQL DB and currently I have one table designed and filled with the following: |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 08-07-2002 00:29
you just want either a 2 or 3 column table with friendID, (some sort of DVD ID), and maybe a number to tell you how many of a DVD they own. |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 08-07-2002 16:20
i want the ability to do duplicates, |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 08-07-2002 20:21
Yeah, you want one link between the second table and the first usually this is some sort of ID. Then for every DVD that is owned by someone you put a row in the DVD table with 2 cols, the friendID and the DVD name. |