CHANNELS

CHANNEL LIST CATEGORY WISE



prepare($q3); $stmt->execute(); $user = $stmt->fetchAll(); foreach($user as $value => $row){ $title = $row['Title']; ; if(1==1) { ?>
      
Notice: Undefined variable: title in E:\xampp\htdocs\channellist.php on line 50
      
Notice: Undefined variable: title in E:\xampp\htdocs\channellist.php on line 54
prepare($q2); $stmt->execute(); $num_of_channels = $stmt->fetchAll(); $m = 0; foreach($num_of_channels as $value => $row){ if($row['Id'] == "") break; $channel_name=$row['ChannelName']; $channel_Rate=$row['Price']; $channel_LCN=$row['NCF']; $logo="channel_".$row['ChannelId']; $logoext=$row['LogoExt']; if($m==0) echo ""; if($m%6==0) echo ""; echo ""; $m++; }//for ?>

  " . $channel_name . "
MRP - " . $channel_Rate . "
  LCN - " . $channel_LCN . "