What is the best way to store an array in a single field in the database

1

Generally, implode/explode or serialize/unserialize is used to store multiple information for a particular item in the database. Using PDO, what would be the best and if there is another way to store an array in a single database field?

    
asked by anonymous 24.07.2017 / 22:36

0 answers