in reply to Storing multiple value field in a MySQL database

The whole point of relational databases is to model your data using tables, then join those tables using keys as others have shown. There are so many reasons why you want to do this, here are just a few of them: The list just goes on...

Learn proper SQL data modeling right from the start, it will save you SO much extra work.

-- FloydATC

Time flies when you don't know what you're doing

  • Comment on Re: Storing multiple value field in a MySQL database