Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/05/2008, 11:16
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: Manejo de Conusql Mysql con arreglos multidimensionales

No entiendo cual seria el problema de usar un bucle normal:
Código PHP:
while( $row mysql_fetch_array$resutl ) ) {
      
// manipular $row

Saludos.