Re: [PHP-ES] Simbolo euro diferente en dos páginas

[email protected] (Carlos Medina)
Newsgroups php.general.es
Organization SimplyNetworks
Message-ID <[email protected]>
Am 06.12.2010 23:21, schrieb Irantzu Leunda Biskarret:
> Aqui las cabeceras de cada una
> La de la que sale mal
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>
> <html xmlns="http://www.w3.org/1999/xhtml">
>
> <head>
>
> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
>
> La de la que sale bien
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>
> <html xmlns="http://www.w3.org/1999/xhtml">
>
> <head>
>
> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
>
> ----- Original Message ----- From: "Ariel Camino" <[email protected]>
> To: "Irantzu Leunda Biskarret" <[email protected]>
> Cc: <[email protected]>
> Sent: Monday, December 06, 2010 11:17 PM
> Subject: Re: [PHP-ES] Simbolo euro diferente en dos páginas
>
>
> Es por el charset del servidor, podes ajustarlo en la configuración de
> apache o en un archivo .htaccess y cambiarlo a UTF-8. Podes buscar
> como hacerlo en la documentación de apache o decirle al sysadmin
> encargado.
>
> Saludos!
Hola Irantzu,
recuerda: UTF8 en el charset de HTML (ya lo hiciste), luego en la base 
de datos (Collation) y tambien para la transmision de los datos (SET 
NAMES UTF8)

Saludos

Carlos Medina
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.