function convierte($texto) { return (htmlspecialchars($texto, ENT_QUOTES)); }
echo($row["noticia"]);
echo(convierte($row["noticia"]));