Hallo WauWau
Hier der Code
<?php
$datei = file('testdatei');
$old = explode(" ",$line);
$new = "";
foreach($datei as $line)
{
$date = ""; $description = "";
foreach($exp as $index => $word) {
if($index <= 31)
$date .= " ".$word;
else
$description .= " ".$word;
}
$date = strtotime($date);
$new .= date("md")." ".$description;
}
print $new;
bin noch nicht weiter gekommen, sorry....
hab noch bis 14 Uhr Zeit....