Re[2]: [PHP] problem with multiple fields

2005-05-19 Thread Tom Rogers
Hi, Thursday, May 19, 2005, 8:12:45 PM, you wrote: V> but in fact for example: V> pc reception have two memory module but i do the gestion of the individual V> pieces too V> for example in a table i have V> id name ref hs? V> 1 sdram256 22055 True V> 2 sdrram512 22056 True V> so i need to kee

Re: [PHP] problem with multiple fields

2005-05-19 Thread Vinss
but don't worry it helps a bit just i don't see how to keep this ref. 2005/5/19, Vinss <[EMAIL PROTECTED]>: > > but in fact for example: > pc reception have two memory module but i do the gestion of the individual > pieces too > for example in a table i have > id name ref hs? > 1 sdram256 22

Re: [PHP] problem with multiple fields

2005-05-19 Thread Vinss
but in fact for example: pc reception have two memory module but i do the gestion of the individual pieces too for example in a table i have id name ref hs? 1 sdram256 22055 True 2 sdrram512 22056 True so i need to keep the informations of the reference too 2005/5/19, Tom Rogers <[EMAIL PR

Re: [PHP] problem with multiple fields

2005-05-19 Thread Tom Rogers
Hi, Thursday, May 19, 2005, 6:07:53 PM, you wrote: V> sorry for my poor english, i'll try to be understood V> so i want to represent an informatic parc but have a problem V> for example a pc can have 2 or more memory slot filled how to stock V> the different id in a list in my database and how e

[PHP] problem with multiple fields

2005-05-19 Thread Vinss
sorry for my poor english, i'll try to be understood so i want to represent an informatic parc but have a problem for example a pc can have 2 or more memory slot filled how to stock the different id in a list in my database and how extract it for the moment i just have an external key referencin