Salü
Wie wärs mit:
$string = file_get_content('irgentwas.html');
$string = explode('<body>', $string); // Inhalt ist auf $string[1]
$string[1] = explode('/<body>', $string);
echo $string[0];
L.g. Botter
Salü
Wie wärs mit:
$string = file_get_content('irgentwas.html');
$string = explode('<body>', $string); // Inhalt ist auf $string[1]
$string[1] = explode('/<body>', $string);
echo $string[0];
L.g. Botter