Ver Mensaje Individual
  #8 (permalink)  
Antiguo 13/01/2011, 12:01
albertrc
 
Fecha de Ingreso: febrero-2009
Mensajes: 443
Antigüedad: 15 años, 2 meses
Puntos: 1
Respuesta: acentos y caracteres en MYSQL

espero que te sirva

php
mysql_query("SET NAMES 'utf8'");

html
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

editor
utf-8

mysql
CREATE TABLE prueba(c char(10)) CHARACTER SET utf8 COLLATE utf8_general_ci;