RE: [PHP] last questions

2003-03-28 Thread Steve Jackson
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: [PHP] last questions Search the list

Re: [PHP] last questions

2003-03-28 Thread David T-G
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

Re: [PHP] last questions

2003-03-27 Thread Awlad Hussain
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 those who

Re: [PHP] last questions

2003-03-27 Thread Jonathan Pitcher
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

Re: [PHP] last questions

2003-03-27 Thread David T-G
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

Re: [PHP] last questions

2003-03-27 Thread Jason k Larson
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)