We have a calendar scheduling app that needs to be able to send SMS text messages to cell phones. I am not sure how to begin on this. The app is a web app made using jQuery Mobile on a Lamp Stack.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve used Twilio for stuff like this before. The docs are here and they have a PHP library here.
You can setup a Twilio account, and then when your app wants to send an SMS it calls a PHP handler on your server that sends the request to Twilio. Works quite well for an equipment monitoring application I built last year.