Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/06/2011, 22:41
Avatar de truman_truman
truman_truman
 
Fecha de Ingreso: febrero-2010
Ubicación: /home/user
Mensajes: 1.341
Antigüedad: 15 años, 1 mes
Puntos: 177
Notice: Undefined index: m in C:\xampp\htdocs

Hola a todos:

Resulta que recientemente instalé el XAMP nuevamente, y actualizado,

Ahora me tira un error
Notice: Undefined index: m in C:\xampp\htdocs

cuando la variable no existe por ejemplo

echo $variable;

Me obliga a usar isset

if(isset($variable)){
echo $variable;
}


Alguien sabe por que?


gracias a toodos
.
__________________
la la la