0)
{
$pos1=strpos($page,'".$i." | ".$canal." | ".$sop." | ";
$page=$page_nou;
$i++;
}
echo "Numar canale: ".count($canale)."
";
sort($canale,SORT_STRING);
//print_r($canale);
foreach ($canale as $chan) {
$explodat=explode("|",$chan);
echo "".$explodat[0]."
";
}
?>