Ver Mensaje Individual
  #3 (permalink)  
Antiguo 31/03/2015, 10:01
anton1o1982
 
Fecha de Ingreso: febrero-2015
Mensajes: 7
Antigüedad: 9 años, 2 meses
Puntos: 0
Respuesta: Problema $_GET

Cita:
Iniciado por matt_1985 Ver Mensaje
y si usas isset, para verificar si la variable fue definida.

Código PHP:
Ver original
  1. if(isset($_GET['id']))
  2. {
  3.  
  4. }
  5. else{
  6. }
Genial, esto me ha servido. Muchísimas gracias.