Hallo!
Folgendes Problem:
Ich habe folgenden Code und möchte alle Suchstrings in meinem Code finden und ausgeben, aber wie? Irgendwie klappt es nicht.
[PREHTML]
<?php $a = "GESAMTSUMME ARBEITSLOHN";$b = "Gesamtsumme Nebenkosten"; $c = "Gesamtsumme Lackierung inkl. Material"; $d = "Gesamtsumme Ersatzteile"; $e = "Reparaturkosten ohne MWST"; $f = "MWST 19%"; $g = "Reparaturkosten mit MWST"; $ar = file("dnspool"); for($i=0; $i\<=count($ar); $i++) { if (ereg($a, $ar[$i])) { $sumArbeitslohn=substr($ar[$i], -13); echo "Gesamtsumme Arbeitslohn-------------------------------------------" . $sumArbeitslohn . " "; } } for ($i=0; $i"; } } for($i=0; $i"; } } ?\> [/PREHTML] Kann mir jemand einen Tipp geben? Das wäre klasse! Viele Grüße aus Wuppertal!