Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to convert array to string with commas in php

$string = implode(', ', $tags);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #convert #array #string #commas #php
ADD COMMENT
Topic
Name
1+7 =