codehaven - php snippets - coding help
Generic filters
Exact matches only

Join combine array into string/text PHP

14th March 2014

Php - Arrays

php codehaven

This script will create/join an array into one long string, with a comma in-between.

You could then again explode it if wished at the comma.

Was this code snippet helpful?