Web dev and programming discussions forums
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Re: Re: Restcict Mobile Number

image save to and retrieve from database
(203 lines)
PHP IMAP Email Attachment Decoding
(20 lines)
Mar 10, 2010
Robert Gonzalez
Robert Gonzalez
Search google for regular expressions and, particularly, how to use them to
match various phone number patterns. No one here will do that for you.

On Tue, Mar 9, 2010 at 11:13 PM, Murugan Amar
<megamuru### @gmail.com>wrote:

 Dear Friends..

 Can Any one Give me example for block the phono number in text area..
i
 tryed it its cause some problem ..

 Any one Send some sample script to block the Mobile numbers..

 Thanks In Advance

 Murugan .G

 On Mon, Mar 8, 2010 at 2:31 PM, C. (http://symcbean.blogspot.com/)
<
 colin.mc### @gmail.com> wrote:

> preg_match and preg_replace.
>
> Note that identifying what is a mobile phone number varies by
country,
> and the format of a phone number can be rather complex. e.g. in
UK,
> mobile numbers beging with national dialling code + 7, typically,
but
> not necessarily written in blocks of 4,3,4, the blacks may be
> seperated by spaces or dashes or not at all, instead of the
national
> dialling code, the number may be written as a '+' followed by the
> international dialling code (optionally in brackets).
>
> See http://blog.stevenlevithan.com/archiv...date-phone-number
>
> Or google for more patterns.
>
> On Mar 8, 7:24 am, Murugan Amar <megamur### @gmail.com>
wrote:
> > Hi Dear Friends ..
> >
> > I want to Know how to Restrict the Mobile Number Which are
all Enter in
> Text
> > area.
> >
> > I want to stop to send a mobile number via email also .. Is
any possible
> way
> > to restrict the mobile number in mail body and message..
Like Filter..
> >
> > I want to filter the mobile number and its may filled in
some sympols ..
> >
> > Thanks In Advance ..
> >
> > --
> > Yours Forever...
> >
> > Murugan.G
> > PHP Developer
>
> --
> This group is managed and maintained by the development staff at
360 PSG.
> An enterprise application development company utilizing
open-source
> technologies for todays small-to-medium size businesses.
>
> For information or project assistance please visit :
> http://www.360psg.com
>
> 
Reply
Tags: number, mobile
Messages in this thread
reply Restcict Mobile Number
(30 lines) Mar 8, 2010 01:25
reply Re: Restcict Mobile Number
(44 lines) Mar 8, 2010 03:02
reply Re: Re: Restcict Mobile Number
(66 lines) Mar 10, 2010 01:14
Re: Re: Restcict Mobile Number