Sending record data via SMS (Twilio) |
11/21/2014 4:21:53 PM |
PHPRunner Tips and Tricks | |
![]() In this tutorial we will show how to and SMS sending capabilities to your project. We will add a button to one of List page and that button will send record info via SMS to the current logged user. $_SESSION["cell_phone"]=$userdata["cell_phone"];
require "Services/Twilio.php"; |
|
J
|
jwehner 9/6/2017 |
This code no longer works as far as I can tell. |
J
|
jwehner 9/7/2017 |
This code no longer works as far as I can tell. I think Twilio may have changed something on the php sdk maybe? I can't find the twilio.php file. Or is this my own php code? is the services folder in my web folder or php install folder?
<?php |