<table class="table" style="margin-bottom:0px!important"> <b> <? if(!empty($channelBase['rep_ids'])) { $s_id=$channelBase['id']; $i=0; $temp=''; $reps_channl=explode(",",$channelBase['rep_ids']); foreach($reps_channl as $k) { $added_reps = $rep_names[$k]; if($i==0){ $temp.='<tr style="border-top:none;">'; } $temp.="<td id='".$s_id."_".$k."' class='repclicked' style='border-top:none;'>$added_reps <a href='#' class='btn btn-xs btn-icon btn-circle ' onclick='delete_repid($k,$s_id);'><i class='fa fa-close'></i></a> </td>"; $i++; if($i==5) {…