Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/05/2009, 17:44
Avatar de pateketrueke
pateketrueke
Modernizr
 
Fecha de Ingreso: abril-2008
Ubicación: Mexihco-Tenochtitlan
Mensajes: 26.399
Antigüedad: 16 años
Puntos: 2534
Respuesta: Aprendiz, Ayuda Con Switch Y For

todo es posible... si se hace correctamente!

Código PHP:
switch(/* ... */)
{
  case 
/* ... */:

    for (
/* ... */)
    {
      
// ...
    
}

  break;
  default:
  break;

lo ideal es que revises personalmente el manual de PHP, es lo mejor!

http://php.net/switch
http://php.net/for
__________________
Y U NO RTFM? щ(ºдºщ)

No atiendo por MP nada que no sea personal.