Mailinglisten-Archive |
$need_string = "";
$need_array = "";
$content = file("bla.txt");
foreach($content as $row) {
if(strstr($row,"<!-- END -->")) {
break;
}
if(strstr($row,"<!-- BEGIN -->")) {
$need_array[] = $row;
$need_string .= $row;
}
oder so....
php::bar PHP Wiki - Listenarchive