View Full Version : How I may confirm the mobile phone number of customers like confirm the email address
leonidassavvides
11-06-2009, 08:07 AM
How I may confirm the mobile phone number of customers like confirm the email address? I guess via reply SMS, how in Java/jsp or/and PHP or/and CFM?
you mean, confirm that it's a properly formatted phone number, or confirm that it belongs to the person who submitted it?
A simple regex will suffice in the first case; but if you want to know the phone number is legit, you'll just have to call them and see if they answer.
leonidassavvides
11-06-2009, 06:11 PM
I MEAN UPON ENTERING YOUR MOBILE NUMBER field validated and after site auto sends a message to user with code to enter to site ...?
leonidassavvides
11-06-2009, 06:12 PM
or user sends with its mobile phone a code from confirm page via sms always?
leonidassavvides
11-06-2009, 06:16 PM
Site ask user to send a webpage code, with his mobile, to particular number of the company...
AAAGROUP
11-20-2009, 12:37 AM
ANY CODE TO MADE THISE FUNTION IN MY DEVELOPER? Ni try fount confirmphone.php
thetestingsite
11-20-2009, 01:23 AM
I would say that you could send via sms a pin number and on the webpage show the user a page that has form fields for the user to enter their mobile number and the pin number sent to it. As far as how to execute this plan, the way you would want to do it is have a table in your database for mobile number and pin number. In your PHP script, have a random number generator search the db to see if the generated pin is in use and if it is then have the script repeat until it makes one that is not already in use. In order to send the SMS message, you could have the user choose their carrier from a list, then use the mail function in conjunction with this list:
http://en.wikipedia.org/wiki/List_of_carriers_providing_SMS_transit
Hope this helps.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.