Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/07/2005, 15:09
phpman
 
Fecha de Ingreso: julio-2005
Ubicación: España
Mensajes: 91
Antigüedad: 18 años, 9 meses
Puntos: 0
cambiando este for funciona bien creo

Código:
for ($j=$desde;$j<$total and $j<$hasta;$j++){ 
echo "El juego actual es $juego[$j], y su ID es $id[$j].<br><br>"; 
}