Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/06/2011, 15:56
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: utf8_encode para array

Que tal Uncontroled_Duck,

Has leído la documentación de la función que te sugirió pateketrueke ?, te debería servir, algo asi:
Código PHP:
Ver original
  1. ...
  2. $result = mysql_query($stmt);
  3. if (mysql_num_rows($result) > 0) {
  4.     while (($view[] = array_map('utf8_encode', mysql_fetch_array($result)))
  5.         || array_pop($view));
  6.     return $view;
  7. }
  8. return false;
  9. ...

Saludos.
__________________
http://es.phptherightway.com/
thats us riders :)