Re: [PHP] Checking Phone Numbers

2007-06-14 Thread Kevin Murphy
www.wnc.edu 775-445-3326 On Jun 14, 2007, at 10:25 AM, Daniel Brown wrote: On 6/14/07, Edward Kay <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Kevin Murphy [mailto:[EMAIL PROTECTED] > Sent: 14 June 2007 16:38 > To: php > Subject: [PHP] Checking Phone Numbers

Re: [PHP] Checking Phone Numbers

2007-06-14 Thread Eric Butera
On 6/14/07, Kevin Murphy <[EMAIL PROTECTED]> wrote: I collect phone numbers via a web form that breaks the phone number up into 3 parts (3-digit area, 3-digit prefix, etc). Occasionally, I am having people put in a phone number such as 999-999- or 000-000- or other numbers that are all th

Re: [PHP] Checking Phone Numbers

2007-06-14 Thread Daniel Brown
On 6/14/07, Edward Kay <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Kevin Murphy [mailto:[EMAIL PROTECTED] > Sent: 14 June 2007 16:38 > To: php > Subject: [PHP] Checking Phone Numbers > > > I collect phone numbers via a web form that breaks the

RE: [PHP] Checking Phone Numbers

2007-06-14 Thread Edward Kay
> -Original Message- > From: Kevin Murphy [mailto:[EMAIL PROTECTED] > Sent: 14 June 2007 16:38 > To: php > Subject: [PHP] Checking Phone Numbers > > > I collect phone numbers via a web form that breaks the phone number > up into 3 parts (3-digit area, 3-digit pr

Re: [PHP] Checking Phone Numbers

2007-06-14 Thread Robert Cummings
On Thu, 2007-06-14 at 08:38 -0700, Kevin Murphy wrote: > I collect phone numbers via a web form that breaks the phone number > up into 3 parts (3-digit area, 3-digit prefix, etc). Occasionally, I > am having people put in a phone number such as 999-999- or > 000-000- or other numbers

[PHP] Checking Phone Numbers

2007-06-14 Thread Kevin Murphy
I collect phone numbers via a web form that breaks the phone number up into 3 parts (3-digit area, 3-digit prefix, etc). Occasionally, I am having people put in a phone number such as 999-999- or 000-000- or other numbers that are all the same. How would I go about comparing those t