0)
$vid_row=mysql_fetch_array($vid_res);
//print $vid_row[channel_url];
/*****for popular channel***************/
/*$chk_res=mysql_query("select * from popularch where ch_id=$ch_id");
if(mysql_num_rows($chk_res)==0)
{
$cnt=1;
mysql_query("insert into popularch set cnt=$cnt , ch_id=$ch_id");
}
else
{
$chk_row=mysql_fetch_array($chk_res);
$cnt=$chk_row[chk]+1;
mysql_query("update popularch set cnt=$cnt where ch_id=$ch_id");
}*/
}
/*****for popular channel***************/
?>