Welcome Guest, Not a member yet? Register   Sign In
Global Mobile Validation
#1

(This post was last modified: 04-11-2016, 03:05 AM by Chandini.)

How to Validate the International/Global Mobile numbers in php / Codeigniter .. Please Provide Useful Links r code . Or is it any Regular expression Is Available...?
Thanks
Manikanta
Reply
#2

(04-11-2016, 01:02 AM)Chandini Wrote: How to Validate the International/Global Mobile numbers in php / Codeigniter .. Please Provide Useful Links r code .
Thanks

Here's a start

https://github.com/giggsey/libphonenumber-for-php
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
Reply
#3

(04-11-2016, 02:02 AM)albertleao Wrote:
(04-11-2016, 01:02 AM)Chandini Wrote: How to Validate the International/Global Mobile numbers in php / Codeigniter .. Please Provide Useful Links r code .
Thanks

Here's a start

https://github.com/giggsey/libphonenumber-for-php

How To use This Link .. I follow That code . but I am Not getting ...
Manikanta
Reply
#4

(04-11-2016, 02:36 AM)Chandini Wrote:
(04-11-2016, 02:02 AM)albertleao Wrote:
(04-11-2016, 01:02 AM)Chandini Wrote: How to Validate the International/Global Mobile numbers in php / Codeigniter .. Please Provide Useful Links r code .
Thanks

Here's a start

https://github.com/giggsey/libphonenumber-for-php

How To use This Link .. I  follow That code . but I am Not getting ...


It's available via Composer using the following command:

$ composer require giggsey/libphonenumber-for-php

Once you have it installed via composer, you can copy paste the quick demos from the link I sent you. If you are unfamiliar with Composer Id recommend reading https://getcomposer.org/doc/ and the codeigniter docs on composer.
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB