Tema: Undexfined
Ver Mensaje Individual
  #7 (permalink)  
Antiguo 17/11/2013, 09:24
Avatar de TSG
TSG
 
Fecha de Ingreso: septiembre-2013
Ubicación: España
Mensajes: 373
Antigüedad: 10 años, 7 meses
Puntos: 9
Respuesta: Undexfined

Listo creo que lo solucioné,

Definí las variables de la siguiente manera:

Código PHP:
Ver original
  1. $email=((isset($_GET['email']) && !empty($_GET['email']))?$_GET['email']:false);
  2. $key=((isset($_GET['key']) && !empty($_GET['key']))?$_GET['key']:false);

Y no me dan ningún problema.
Gracias, por tu ayuda me sirvió.

Solucionado.