Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/07/2013, 12:55
omdsetenta
 
Fecha de Ingreso: febrero-2008
Mensajes: 109
Antigüedad: 16 años, 2 meses
Puntos: 4
Respuesta: Acentos y caracteres con problemas

Gracias maestro italico, ya lo solucioné, agregué esto para igualar PHP y MySQL a UTF-8 y listo:

Cita:
<?php
header ('Content-type: text/html; charset=utf-8');
mysql_query ("SET NAMES 'utf8'");?>
Espero que a alguien más le sirva, saludos.