Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/12/2008, 18:55
Avatar de nicomed
nicomed
 
Fecha de Ingreso: mayo-2008
Ubicación: Uruguay
Mensajes: 158
Antigüedad: 16 años
Puntos: 3
Respuesta: Recorrer array hasta terminarlo

O sino..


Código PHP:
$i=0;
$size=count($myarray);
while(
$i<=$size){
  echo 
"El array no termino";
            
$i++;