/ Published in: PHP
                    
                                        Verifica se o e-mail e o dominio são válidos.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 <? function validaEmail($email){ { return $separa[0].'@'.$separa[1]; else return false; } return false; } ?>
Comments
                    Subscribe to comments
                
                