Retrieving Two-Way SMS Messages From Clickatell Gateway – Part 2
The first part of the tutorial on to retrieve two-way text messages from clickatell gateway was basically about creating a mysql database that will store data received from… Read More »
From Text Messaging to Data Protection
I have successfully completed my tutorials on how to Send SMS Message Using Clickatell API with a php script. The responses I have gotten so far are quite… Read More »
Send SMS Message Using Clickatell API – Part 7
After going through the first 6 parts of this tutorial, I realized I could do more to check the status of an sms message so i decided to… Read More »
Send SMS Message Using Clickatell API – Part 6
The last part of the tutorial is using the callback url feature of the clickatell api. This feature allows the Clickatell gateway to forward message status details of… Read More »
Send SMS Message Using Clickatell API – Part 5
This part of the tutorial is probably the most important part of the whole tutorial in sending an sms message using the clickatell api. You will create a… Read More »
Send SMS Message Using Clickatell API – Part 4
The next thing to do is create a file “settings.php” which will store general settings for sending sms messages using clickatell’s api. settings.php <?php $baseurl =”http://api.clickatell.com”; //User details… Read More »
Send SMS Message Using Clickatell API – Part 3
The next part of the tutorial is the Interface to type your SMS Message. I have designed a simple interface that you can use. You can also design… Read More »
Send SMS Message Using Clickatell API – Part 2
The second part of the tutorial is actually optional for those who know their way around php coding. These pages will help you diagnose errors with ease. Create… Read More »
Send SMS Message Using Clickatell API – Part 1
I have been receiving numerous emails on how to send SMS Messages using Clickatell’s HTTP API with a PHP script. I have therefore designed this tutorial to send… Read More »















