Re: [PHP] Issue with Quick Email validation

2011-03-11 Thread NetEmp
From: NetEmp > To: rquadl...@googlemail.com > Cc: Richard Quadling ; rob...@myself.com; > louis.huppenba...@gmail.com; php-general@lists.php.net > Sent: Thu, Mar 10, 2011 3:46 pm > Subject: Re: [PHP] Issue with Quick Email validation > > Agreed with the method suggested by Richard here, this

RE: [PHP] Issue with Quick Email validation

2011-03-10 Thread Ford, Mike
ob...@myself.com [mailto:rob...@myself.com] > Sent: 10 March 2011 09:45 > To: php-general@lists.php.net > Subject: [PHP] Issue with Quick Email validation > > Hi, > I'm newbie to PHP and this list, possible not a new question so > forgive me if it's a repeat > I have a form w

Re: [PHP] Issue with Quick Email validation

2011-03-10 Thread Richard Quadling
- > From: Louis Huppenbauer > To: rob...@myself.com > Cc: php-general@lists.php.net > Sent: Thu, Mar 10, 2011 11:38 am > Subject: Re: [PHP] Issue with Quick Email validation > > > try != instead of ==, that should do the trick. > > > > 2011/3/10  : > >>

Re: [PHP] Issue with Quick Email validation

2011-03-10 Thread robert
, Mar 10, 2011 11:38 am Subject: Re: [PHP] Issue with Quick Email validation try != instead of ==, that should do the trick. 2011/3/10 : > Hi, > I'm newbie to PHP and this list, possible not a new question so forgive me if it's a repeat > I have a form where I want the su

Re: [PHP] Issue with Quick Email validation

2011-03-10 Thread Louis Huppenbauer
try != instead of ==, that should do the trick. 2011/3/10 : > Hi, > I'm newbie to PHP and this list, possible not a new question so forgive me if > it's a repeat > I have a form where I want the submitter Email ID to only be from one domain > > Here's the part I'm having issues with > >        

[PHP] Issue with Quick Email validation

2011-03-10 Thread robert
Hi, I'm newbie to PHP and this list, possible not a new question so forgive me if it's a repeat I have a form where I want the submitter Email ID to only be from one domain Here's the part I'm having issues with $domain = explode( "@", $who);