<?php $str = ',,,,,apples,,,,,,oranges,pears,,kiwis,,'; $string = preg_replace("/,+/", ",", $str); echo trim($string,',');
You have javascript disabled. You will not be able to edit any code.