Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/07/2010, 13:14
Hidek1
Colaborador
 
Fecha de Ingreso: octubre-2009
Ubicación: Tokyo - Japan !
Mensajes: 3.867
Antigüedad: 15 años, 1 mes
Puntos: 334
Respuesta: poner contador al while

Código PHP:
Ver original
  1. $foo = 1;
  2. $bar = true;
  3. while($bar) {
  4.   echo $foo;
  5.   if($foo++ < 5) $bar = false;
  6. }
__________________
More about me...
~ @rhyudek1
~ Github