Markera e-post adresserna och välj kopiera, klistra sedan in dem i e-post programmet.

Anmälda i Sundsvall 26/5


\n"; $filename = "anmalan.txt" ; $dataFile = fopen( $filename, "r" ) ; if ( $dataFile ) { $listan = array(); $antal = 0; while (!feof($dataFile)) { $buffer = fgets($dataFile); if(strpos($buffer,"@")) { list($namn, $epost,$inst,$ort,$tid) = split(";", $buffer); if($ort == "SVALL") { $antal++; print $epost; print ";"; if($antal % 5 == 0) print "
\n"; } } } fclose($dataFile); } print "
\n"; for($i = 0 ; $i < 70 ; $i++) print "- "; ?>

Anmälda i Östersund 27/5


\n"; $filename = "anmalan.txt" ; $dataFile = fopen( $filename, "r" ) ; if ( $dataFile ) { $listan = array(); $antal = 0; while (!feof($dataFile)) { $buffer = fgets($dataFile); if(strpos($buffer,"@")) { list($namn, $epost,$inst,$ort,$tid) = split(";", $buffer); if($ort == "OSUND") { $antal++; print $epost; print ";"; if($antal % 5 == 0) print "
\n"; } } } fclose($dataFile); } ?>