How-to articles, tricks, and solutions about IMPLODE
Convert flat array to a delimited string to be saved in the database
You can use the implode() function to convert an array to a delimited string in PHP.