Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/05/2008, 04:12
Avatar de jerkan
jerkan
 
Fecha de Ingreso: septiembre-2005
Mensajes: 1.607
Antigüedad: 19 años, 4 meses
Puntos: 19
Respuesta: Crear un arra en PHP dentro de un bucle

Me parece que tendrías que hacerlo así:
Código PHP:
if ($resartistas) {
            
$total odbc_num_rows($resartistas);
            
$i=0;
            
            while (
$filas=odbc_fetch_row($resartistas)) {
                echo 
"-----<br>"
             ...