Re: [PHP-WIN] Check mail format

2003-10-17 Thread MeAndI
I wrote: if (eregi("[EMAIL PROTECTED]", $Email)) but the PHP always recognized the e-mail address as right! Why? "Ignatius Reilly" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > You can use the following regex: > > /[EMAIL PROTECTED]/ > > Ignatius > ___

Re: [PHP-WIN] Check mail format

2003-10-17 Thread Ignatius Reilly
You can use the following regex: /[EMAIL PROTECTED]/ Ignatius _ - Original Message - From: "MeAndI" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 17, 2003 2:51 PM Subject: [PHP-WIN] Check mail format > Hi, > > I just want to know how I can rec