The PHP explode() function is used to code example Example: php explode $colors = "red,blue,green,orange"; $colorsArray = explode(",", $colors);