Billed Infomation
$ttn=substr($Gname,0,2);
$ppn=substr($GName,2,2);
$aar=substr($GName,4,2);
$grp=substr($GName,6,2);
$fil = "/home/sdfdanse/public_html/Fotos/cgi-bin/".$aar."turneringer.ccc";
$f = file($fil);
$antal = count($f);
$o = 0;
// sorter i Dato orden "USA"
sort($f);
while ($antal > $o) {
$streg = explode(";", $f[$o]);
if ($streg[0]==$T){
$dag = explode("-", $streg[2]);
$date=$dag[2].$dag[1].$dag[0];
echo "" . $dag[0] . "-" . $dag[1] . "-" . substr($dag[2],2,2) ."
".$streg[1]."
";
$fil2 = "/home/sdfdanse/public_html/Fotos/cgi-bin/Par".$ppn.".ccc";
$f2 = file($fil2);
$streg = explode(";", $f2[0]);
echo $streg[0]." & ".$streg[2]."
";
$gfil = "/home/sdfdanse/public_html/Fotos/cgi-bin/grupper.ccc";
$gf = file($gfil);
$gantal = count($gf);
$g = 0;
while ($gantal > $g) {
$streg = explode(";", $gf[$g]);
if ($grp==$streg[0])
echo $streg[2]." ".$streg[1]."
";
$g++;
}
}
$o++;
echo "";
}
?>