/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
function check_email_address($email) {
return false;
}
if (!ereg("^(([A-Za-z0-9!#$%&'*+/=?^_`{|}~-][A-Za-z0-9!#$%&�'*+/=?^_`{|}~\.-]{0,63})|(\"[^(\\|\")]{0,62}\"))$",$local_array[$i])) {
return false;
}
}
return false;
}
if (!ereg("^(([A-Za-z0-9][A-Za-z0-9-]{0,61}[A-Za-z0-9])|�([A-Za-z0-9]+))$",$domain_array[$i])) {
return false;
}
}
}
return true;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                