Ver Mensaje Individual
  #5 (permalink)  
Antiguo 26/09/2010, 20:38
Avatar de SirDuque
SirDuque
 
Fecha de Ingreso: febrero-2009
Ubicación: Paso del Rey, Buenos Aires, Argentina
Mensajes: 975
Antigüedad: 16 años
Puntos: 89
Respuesta: UTF8_unicode_ci insert Ñ

SOLUCION=

Cambie UTF8 por LATIN1
donde?
MY SQL
columna SO_APYNOM = latin1_general_ci
PHP
Código PHP:
Ver original
  1. mysql_query ("SET NAMES 'latin1'");
Código HTML:
Ver original
  1. <meta http-equiv="Content-type" content="text/html; charset=latin1" />