Hola:
Cita:
Iniciado por Ascariz The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (iso-8859-1). I will use the value from the HTTP header (utf-8) for this validation.
"La codificación de caracteres especificado en el encabezado HTTP (UTF-8) es diferente del valor en el elemento <meta> (ISO-8859-1).Voy a utilizar el valor de la cabecera HTTP (UTF-8) para esta validación.
Cambia la siguiente <meta>:
Cita:
Iniciado por Ascariz <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
por esta otra:
Código:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
a ver si así ya no te da error.
Saludos.