Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/06/2009, 12:59
Avatar de bng5
bng5
 
Fecha de Ingreso: junio-2009
Ubicación: 127.0.0.1
Mensajes: 269
Antigüedad: 15 años, 8 meses
Puntos: 24
Respuesta: Pregunta SELECT

Eso suena a parches, te recomiendo que establezcas la conexión a UTF-8 y utilices ese juego de caracteres en todos los documentos.

Código PHP:
<?php

$mysqli 
= new mysqli("localhost"MYSQL_USUARIOMYSQL_CLAVEMYSQL_DB);
$mysqli->set_charset("utf8");

?>