Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send verification code in sms using php [closed]

Tags:

php

sms

I have website and I want to verify user mobile number. How can I do that? Is there any site for sending message to the user mobile number. Please let me know.

like image 517
Karthiga Avatar asked Oct 22 '22 05:10

Karthiga


1 Answers

You need to purchase the API code from the mobile operators.

Or you can do that by paying for a service for true SMS.

use emails where available like 98955*****@tmomail.net

http://www.tech-recipes.com/rx/939/sms_email_cingular_nextel_sprint_tmobile_verizon_virgin/

or use curl to sms from each providers web site where available.

Here are few more link to get the code for sending the mobile SMS:

http://sourceforge.net/projects/send-sms-script/

http://www.nowsms.com/doc/submitting-sms-messages/send-sms-text-message-with-php

like image 152
Code Lღver Avatar answered Nov 01 '22 15:11

Code Lღver