How to send SMS on mobile from website for user account registrration using PHP, Mysql ?
How to send SMS that contain username & auto-generated password?

Plerase, anybody ?......, it's urgent..............
THANK YOU in advance

Recommended Answers

All 4 Replies

Cell phone providers allow you to send to send SMS messages to cell phones by using a format of the form nnnnnnnnnn@telco.com where nnn... is the cell phone number and telco.com is the specific website address for the telephone company in question. This means that you need to know the company for each cell phone in order to create the email address. Many / most do not allow the phones to send a reply.

If you want a two-way service, you can use a gateway provider. Examples are http://www.smsgateway.ca/ and http://www.clickatell.com/

The code to confirm the registration and provide a password would be the same as you would use to send to an email address (except you may have to add some code for the API to the gateway). You can find a tutorial on this at:
http://www.tutorialcode.com/php/registration-script/

Cell phone providers allow you to send to send SMS messages to cell phones by using a format of the form nnnnnnnnnn@telco.com where nnn... is the cell phone number and telco.com is the specific website address for the telephone company in question. This means that you need to know the company for each cell phone in order to create the email address. Many / most do not allow the phones to send a reply.

If you want a two-way service, you can use a gateway provider. Examples are http://www.smsgateway.ca/ and http://www.clickatell.com/

The code to confirm the registration and provide a password would be the same as you would use to send to an email address (except you may have to add some code for the API to the gateway). You can find a tutorial on this at:
http://www.tutorialcode.com/php/registration-script/

You need to purchase packages from service provider, who will provide you the api and ip addresses for interfacing your website and their website for sending sms. www.smsmuic.co.in

Yes You Need to Purchase SMS Package from any Mobile SMS Providing Company. for SMS Company Please Find it on Google with keyword "Bulk SMS in India".
after Purchasing Bulk SMS You need to Setup API in Your Registration Page after That Your Script is Worked..

Thank you very much!
I will check it's working.

Can you give another one ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.