Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/06/2012, 12:12
Avatar de carlos_belisario
carlos_belisario
Colaborador
 
Fecha de Ingreso: abril-2010
Ubicación: Venezuela Maracay Aragua
Mensajes: 3.156
Antigüedad: 14 años
Puntos: 461
Respuesta: meter un if dentro de otro if

creo que debes de plantear mejor la duda, un if dentro de otro según veo ya lo tienes hecho,

Código PHP:
Ver original
  1. if($condic) {
  2.     if($condic2) {
  3.         if($condic3) {
  4.         }
  5.     }
  6. }
y así sucesivamente, ahora a que te refieres con autollamada?
__________________
aprende d tus errores e incrementa tu conocimientos
it's not a bug, it's an undocumented feature By @David
php the right way