Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/01/2011, 10:44
fumondj
 
Fecha de Ingreso: octubre-2006
Mensajes: 471
Antigüedad: 17 años, 6 meses
Puntos: 1
Respuesta: Problema con latin1 y mi db en utf8

Cita:
Iniciado por abimaelrc Ver Mensaje
hoola bueno he probado a añadir el SET NAMES 'utf8' pero nada sigue igual

$resGenero2="SELECT titulo ,id FROM tabla";
$ejecucion=mysql_query($resGenero2); mysql_query ("SET NAMES 'utf8'");
while($filaG=mysql_fetch_assoc($ejecucion)){