$consulta="SELECT * FROM articulos WHERE type=0 AND (UPPER(titulo) LIKE UPPER('%$frase%') OR UPPER(contenido) LIKE UPPER('%$frase%'))";