List of registered participants
");
//print ($line . " czy_rising=" . $czy_rising . " ");
//print ($line . " czy_hispec=" . $czy_hispec . " ");
if ($czy_rising == "YES,") {
$ile_rising++;
// print (" ile_rising=" . $ile_rising);
}
if ($czy_hispec == "YES") {
$ile_hispec++;
// print (" ile_hispec=" . $ile_hispec);
}
//echo " ";
$line++;
$dane_line = $dane_line . $line . ". " . $buffer;
}
// odblokowanie pliku
flock($fp, 3);
// zamkniêcie pliku
fclose($fp);
print ("Rising Celebration participants = " . $ile_rising . " ");
print ("HISPEC/DESPEC participants = " . $ile_hispec . " ");
print ("Entries on the list below = " . $line . " ");
print (" ");
print (nl2br($dane_line));
print ("");
?>
|