Browsing articles tagged: Single Field

Permalink to Storing Multiple Items In One MySQL Field – Alternate Method

Storing Multiple Items In One MySQL Field – Alternate Method

On 11.02.2008 by Paul Robinson | no comments

A little while ago I posted about storing more than one piece of information in a MySQL table field. This can come in handy for quite a few reasons, none of which I can think of right now, but really it does. Anyway here is a trick for doing this in a much better way, [...]

Permalink to Storing Multiple Values In A MySQL Database

Storing Multiple Values In A MySQL Database

On 09.14.2008 by Paul Robinson | no comments

So after a little rest from coding I’m back with this little conundrum that hit me about 4 or 5 year ago, but seems to have come back to haunt a lot of people recently. The problem is storing multiple values in one field when using a MySQL database. The project I worked on all [...]