Convert flat array to a delimited string to be saved in the database

Use implode

implode("|",$type);

Leave a Comment