How to insert an array into a Database

Use the implode() method to convert your array into a delimited string, then use explode() to reverse the process and convert the concatenated string back into an array.