Steve, et al --
...and then Steve Jackson said...
%
...
% // check an email address is possibly valid
% if (ereg("[EMAIL PROTECTED]",
% $email))
...
You could just downcase the address and save some chars; email is
case-insensitive.
You've left out the '+' character used for name+extensions
n
Web Developer
Viola Systems Ltd.
http://www.violasystems.com
[EMAIL PROTECTED]
Mobile +358 50 343 5159
> -Original Message-
> From: Jason k Larson [mailto:[EMAIL PROTECTED]
> Sent: 28. maaliskuuta 2003 5:33
> To: Haseeb Iqbal
> Cc: PHP General list
> Subject: Re: [P
Search the list archives, this question gets asked (and answered) a lot.
http://marc.theaimsgroup.com/?l=php-general
HTH,
Jason k Larson
Haseeb Iqbal wrote:
thanx to all those who replied to my previous question.
1 more question.i need help with reqular expressions.i want to check valid
(email)
u
Haseeb --
...and then Haseeb Iqbal said...
%
% thanx to all those who replied to my previous question.
Happy to help!
% 1 more question.i need help with reqular expressions.i want to check valid
% (email)
% usernanes for my mail server .i.e. Qmail. any help welcome.
It's come up before, so th
Haseeb,
Here is a great tutorial regular expression.
http://www.phpbuilder.com/columns/dario19990616.php3
Jonathan Pitcher
On Thursday, March 27, 2003, at 10:02 PM, Haseeb Iqbal wrote:
thanx to all those who replied to my previous question.
1 more question.i need help with reqular expressions
someone has asked the same question today about validating email, do a
search i'll find the reply.
- Original Message -
From: "Haseeb Iqbal" <[EMAIL PROTECTED]>
To: "PHP General list" <[EMAIL PROTECTED]>
Sent: Friday, March 28, 2003 4:02 AM
Subject: [PHP] last questions
> thanx to all th
6 matches
Mail list logo