neugi Posted April 7, 2006 Share Posted April 7, 2006 Hi, i make this ereg check on emails [code]"^[A-Za-z0-9](([_\.\-]?[a-zA-Z0-9]+)*)@([A-Za-z0-9]+)(([\.\-]?[a-zA-Z0-9]+)*)\.([A-Za-z{4,})$"[/code]but if i enter a email like this [email protected] it dont work. if i change the email to [email protected] it works.what i'm doing wrong?thx Quote Link to comment https://forums.phpfreaks.com/topic/6786-check-email-problem/ Share on other sites More sharing options...
neugi Posted April 11, 2006 Author Share Posted April 11, 2006 [!--quoteo(post=362448:date=Apr 7 2006, 01:52 AM:name=neugi)--][div class=\'quotetop\']QUOTE(neugi @ Apr 7 2006, 01:52 AM) [snapback]362448[/snapback][/div][div class=\'quotemain\'][!--quotec--]Hi, i make this ereg check on emails [code]"^[A-Za-z0-9](([_\.\-]?[a-zA-Z0-9]+)*)@([A-Za-z0-9]+)(([\.\-]?[a-zA-Z0-9]+)*)\.([A-Za-z{4,})$"[/code]but if i enter a email like this [email protected] it dont work. if i change the email to [email protected] it works.what i'm doing wrong?thx[/quote]can't anybody help me?best Quote Link to comment https://forums.phpfreaks.com/topic/6786-check-email-problem/#findComment-25806 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.