![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/03/2011, 14:21
|
![Avatar de mashter](http://static.forosdelweb.com/customavatars/avatar235136_1.gif) | | | Fecha de Ingreso: mayo-2008
Mensajes: 116
Antigüedad: 16 años, 9 meses Puntos: 6 | |
Respuesta: Problema caracteres php una posibilidad es que la base de datos , servidor web y/o php tengan distintos juegos de caracteres
en php.ini
default_charset = "iso-8859-1"
tambien configurable por programacion o .htaccess
en apache httpd.conf
AddDefaultCharset UTF-8
tambien configurable por .htaccess
mysql tiene 3, opciones ya sea por query o en my.cnf o al crear la tabla
mysql_query("SET character_set_client = '$charset_mysql' ");
mysql_query("SET character_set_results = $charset_mysql");
mysql_query("SET character_set_connection = $charset_mysql");
y como ultima opcion es que ese navegador no tenga instala las fuentes de caracteres rusos
__________________ - - - - - - - - - |