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
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
-
> 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 :
>
>>
, 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
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
>
>
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);
6 matches
Mail list logo