RE: [PHP] About MySQL Tables

2007-08-06 Thread Chris Aitken
> -Original Message- > From: Kelvin Park [mailto:[EMAIL PROTECTED] > > I have two tables that share product codes to relate data. > One table is called IMAGE, and another one is called the PRODUCT. > There are more than one image for every product, for example product > code 1122 will have

Re: [PHP] About MySQL Tables

2007-08-05 Thread Robert Cummings
On Sun, 2007-08-05 at 21:35 -0700, Kelvin Park wrote: > I have two tables that share product codes to relate data. > One table is called IMAGE, and another one is called the PRODUCT. > There are more than one image for every product, for example product > code 1122 will have 3 images and 4938 will

[PHP] About MySQL Tables

2007-08-05 Thread Kelvin Park
I have two tables that share product codes to relate data. One table is called IMAGE, and another one is called the PRODUCT. There are more than one image for every product, for example product code 1122 will have 3 images and 4938 will have 5 images within the IMAGE table. Since all my product