Storing Multiple Items In One MySQL Field
A little while ago I posted about storing more than one piece of information in a MySQL table field. This can help with storing arrays of data that do not need to be included in a relationship. Anyway the trick here is to first place the information you want to store in your MySQL table into an array, so let’s […]
Read more
Recent Comments