views:

184

answers:

3

I want to have a mobile number validate for my site not just string validations ..what i need is to actually validate the mobile number with the same user exists..

one option i know is to send a pin to that mobile number & ask user to put that pin on form submit to validate ...so are there any ready to use services for this to use it on my website or what i have to do for this ...

Also tell if you know any other options available

+1  A: 

You could use http://www.twilio.com/ to call the number and have the person respond (press 1 for ok, 0 for not ok) to your call.

But note that calling the number would work if the number was either a land-line or mobile. If you want to make sure that the number is mobile, then SMS is a good idea.

Twilio has an SMS api too.

Larry K
Calling to a numbers could be SPAM, you should be careful. You are breaking many data protections laws.
fravelgue
@fravelgue: I disagree; supply a source for your claim. This technique of automated phone calls for verification is already done by banks. If you get a lot of "0" responses, indicating that someone was using your system to send spam, then you could require a captcha. The issues for calling / messaging someone to verify a supplied address are the same as for sending an email to verify a supplied address.
Larry K
A: 

Some push agregattors have APIs for HLR-look up, then you could know if number is right and it is active or off, etc.

fravelgue
A: 

you can use this service that give you web service that you can use to validate mobile number in any country http://www.data-8.co.uk/integr8/services/mobile_validation.aspx#Demo

Space Cracker