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
Apart form the obvious error already solved, in this situation I would not be forcing my users to type in an element that only has one option -- I would display the form box with the text "@company.com" immediately after it, and only expect the unique part to be entered. Cheers! Mike -- Mik

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 > >