<?php $arr = array('det1'=>'1,2,3,4', 'det2'=>'5,6'); $uru = implode(',',$arr); echo $uru; ?>
You have javascript disabled. You will not be able to edit any code.