Re: [PHP] Issue with Quick Email validation

2011-03-10 Thread Louis Huppenbauer
try != instead of ==, that should do the trick. 2011/3/10 rob...@myself.com: 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

Re: [PHP] Issue with Quick Email validation

2011-03-10 Thread robert
@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 rob...@myself.com: 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

Re: [PHP] Issue with Quick Email validation

2011-03-10 Thread Richard Quadling
louis.huppenba...@gmail.com 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  rob...@myself.com: Hi, I'm newbie to PHP and this list, possible

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