[PHP-DB] Re: Problem with mysql and php

2012-01-08 Thread Jim Giner
Sounds to me like you really need to study database design. 30 years of doing it professionally, never heard of a design that involved what you are suggesting. Good luck! -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Storing multiple items in one MySQL field?

2012-01-08 Thread Karl DeSaulniers
On Jan 8, 2012, at 10:36 AM, Bastien wrote: On 2012-01-08, at 7:27 AM, Niel Archer wrote: -- Niel Archer niel.archer (at) blueyonder.co.uk Hello phpers and sqlheads, If you have a moment, I have a question. INTRO: I am trying to set up categories for a web site. Each item can belong to

Re: [PHP-DB] Storing multiple items in one MySQL field?

2012-01-08 Thread Bastien
On 2012-01-08, at 7:27 AM, Niel Archer wrote: > > -- > Niel Archer > niel.archer (at) blueyonder.co.uk >> Hello phpers and sqlheads, >> If you have a moment, I have a question. >> >> INTRO: >> I am trying to set up categories for a web site. >> Each item can belong to more than one category.