how to convert array of numbers to a string with commas in php code example Example: how to convert array to string with commas in php $string = implode(', ', $tags);