Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
ich dachte zuerst, dass sei nen CSV, aber da passt das Semikolon am Ende nicht dazu..

while ($zeile = @fgets($fhandle)) {
$split = preg_split('/[,;]/', $zeile);
echo $split[2].":".$split[4]."\n";
}