Código PHP:
//delimitar que noticia buscar
$url = $row[1];
$etiquita_cortar = $row[4];
// Obtengo el contenido de la web
$text = file_get_contents($url);
//function to get a substring between between two other substrings
$text = htmlspecialchars($text);
yo ago esto
entonce ahora a lo que me devuelve lo corto para separar el titulo, lanoticia...
y una vez cortado quiero dejarlo sin nada
eso se podria?