Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/09/2008, 07:51
Avatar de vidalsoft
vidalsoft
 
Fecha de Ingreso: julio-2008
Ubicación: /www/...
Mensajes: 339
Antigüedad: 15 años, 9 meses
Puntos: 1
Respuesta: preg_match validar extensiones del dominio del mail

Hola prubea con...

Código PHP:
function isEmail($email){
            return (bool)
preg_match('/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{3})+$/',$email);
        } 
__________________
Anthony Vidal Contreras | @AnthonyVidalC | Skype: vidalsystem | [email protected]