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 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 Link to comment https://forums.phpfreaks.com/topic/6786-check-email-problem/#findComment-25806 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.