What do you think is the better way to go about storing a few image id\'s inside a record in a MySQL database? It\'s just the image id\'s which will be used to fetch the ima
I would pefer serialize or JSON-encode. It is more flexible and for example will allow you to add image title and other details there in future...