<?php $arr = array("r" => "144", "g" => "24", "b" => "26"); $str = implode(',', $arr); echo $str;
You have javascript disabled. You will not be able to edit any code.