Ver Mensaje Individual
  #10 (permalink)  
Antiguo 14/12/2008, 13:06
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 11 meses
Puntos: 2135
Respuesta: funcion true y arrays

Te refieres al que descargas de MySQL?
Código php:
Ver original
  1. while ($row = mysql_fetch_array($Recordset1, MYSQL_NUM))
  2. {
  3.       //Se van agregando a $rangos los rangos existentes en la BD
  4.     array_push($rangos,$row);
  5. }

Si es asi es probable que estes llamando a un mysql_fetch_array más arriba.

Saludos.