Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/01/2003, 12:24
Avatar de Cain
Cain
 
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 3 meses
Puntos: 17
Reemplazar:

if ($GetLetra == "0" or "1" or "2" or "3" or "4" or "5" or "6" or "7" or "8" or "9"){

Por

if ($GetLetra == "0" or $GetLetra == "1" or $GetLetra == "2" or $GetLetra == "3" or $GetLetra == "4" or $GetLetra == "5" or $GetLetra == "6" or $GetLetra == "7" or $GetLetra == "8" or $GetLetra == "9"){

O, mejor:

if (is_numeric($GetLetra)){
__________________
M a l d i t o F r i k i