Re: [PHP] Re: Linked Table Structure

2004-02-10 Thread David T-G
Sajid -- ...and then Sajid said... % % Hi, Hi! % Thanks for your help. % But what i feel is that this is a more tedious process to achieve what i % want to. Sometimes database work is :-) % What will happen in this is that i have to enter proper Continent ID and % Country ID in both Country

Re: [PHP] Re: Linked Table Structure

2004-02-10 Thread Paul Furman
My background is only with MS Access where everything is drag & drop. In that case you can link fields and they will populate automatically. If you have Access, it might be an easier way to set up the database, enter the data and then export it to MySQL or whatever. Sajid wrote: I am not aware

Re: [PHP] Re: Linked Table Structure

2004-02-10 Thread Sajid
I am not aware of linked tables too much, is this what is called linked table? Do i have to enter values on both tables to link them? Or can some columns of one table be linked with columns of another table in some other way? If no, then thanks for all who helped me :) --sajid "Adam Bregenzer"

Re: [PHP] Re: Linked Table Structure

2004-02-10 Thread Adam Bregenzer
On Tue, 2004-02-10 at 09:49, Sajid wrote: > > A way you could do this, is to set up the tables like this: > > > > DG1: > > Continent_Id | Continent_Name | Continent_Image | Continent_Text > > > > DG2: Country_Id | Continent_Id | Country_Name | Country_Image | > Country_Text > > > > DG3: Club_Id | C