Re: [PHP-DB] Database Design Issue

2003-08-14 Thread Jason Lange
Yes, songs do span shows. However, the list of songs for each weeks show starts out as a *.asc (same a *.txt) space-separated file. This gets uploaded via a PHP file that formats each row and inserts it into the database. That's why even though I know there will be duplication it appears (to me

Re: [PHP-DB] Database Design Issue

2003-08-14 Thread CPT John W. Holmes
From: "Jason Lange" <[EMAIL PROTECTED]> > Here's my question. I'm creating a website for a weekly radio show. One > of the items I would like to store in the database is the list of songs > played in each show (there's normally between 20-25 songs per show), and > the songs will be displayed by sh