What I am trying to do is send a registration confirmation sms via email from my website. I have it working now but I want to make sure that people are putting in correct phone numbers and carrier data. When my message sends it will send the word link but its not clickable is there a way to make the
Tag: sms
How to Code PHP for Twilio to forward SMS to Email
Coding newby here. I am trying to write some PHP code to enable SMS forwarding to email with a Twilio phone number. Unfortunately, I haven’t had any success in doing so. I saw some tutorials using SendGrid, but I would rather use my own PHP code on my web server. Can anyone point me to a good source or if
user verification using SMS (php)
I am stuck in a situation in which when a user registers, he/she get a confirmation SMS on his/her mobile number, and he/she able to confirm their application by replying to the confirmation SMS, be …
Encoding for SMS messages
I’m currently building an application which uses Nexmo to send SMS messages to users. But I’m experiencing some problems with the encoding of messages. Probably worth metioning; I’m using the prawnsalad/Nexmo-PHP-lib library to connect with their API. A simple text messages of 160 characters is divided into 3 separate messages. According to the Nexmo support, this is caused by the
SMS sending through free gateway
Please guide me with sample code for sending sms through website. How to include sms gateway. Please tell me, can i use way2sms.com as gateway? is it the right way to use? please suggest me only this …
Sending SMS from PHP [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. How to send an SMS from a web server written in PHP? Answer
Send and receive SMSs to a PHP script?
Can a PHP script (which can be working with a MySQL DB) send and/or receive SMSs using some sort of server-side solution? Any special server-side application, or special hardware required? And …