function count_out($file) { $array1 = file("download/zip/counter.txt"); // komplette Datei ausgelesen foreach($array1 as $zeile) { $array2 = explode("|", $zeile); if($array2[0] == $file) { $count = $array2[1]; $count = chop($count); } } return $count; } ?>
|
Photography Carmen Spitznagel home · news · portfolios · ausstellungen · auszeichnungen · prints · über mich · gästebuch · kontakt · links · impressum |