Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/12/2009, 15:00
Avatar de jackson666
jackson666
 
Fecha de Ingreso: noviembre-2009
Ubicación: Buenos Aires, Argentina
Mensajes: 1.971
Antigüedad: 14 años, 6 meses
Puntos: 65
Respuesta: una ultima pregunta

while( $row = mysql_fetch_row($response) ) {
$noticia[$c] = $row;
$c++;
}

Y si, el tutorial no parece malo =)