Tema: Duda con PHP
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/04/2012, 10:30
Avatar de ahaugas
ahaugas
 
Fecha de Ingreso: agosto-2011
Ubicación: Madrid
Mensajes: 249
Antigüedad: 12 años, 8 meses
Puntos: 21
Respuesta: Duda con PHP

porque no utilizas elseif, else if......
Código PHP:
Ver original
  1. if(!empty($_GET[''])) {
  2.             $filtro = $_GET[''];
  3.             return
  4.         }elseif  {
  5.             return
  6.         }elseif {
  7.             return
  8.         }elseif {
  9.             return
  10.         }else{
  11.            
  12.             if($xxx != null)
  13.                 $xxx[] = "????=$xxx";
  14.             if($xxxx != null)
  15.                 $xxx[] = "????=$xxxx";
  16.             return
  17.         }