PHP Classes

File: ReadME.txt

Recommend this page to a friend!
  Classes of Utsav Handa   ClickATell_SMS_API   ReadME.txt   Download  
File: ReadME.txt
Role: Auxiliary data
Content type: text/plain
Description: ReadMe File
Class: ClickATell_SMS_API
Send SMS messages using ClickATell API
Author: By
Last change:
Date: 15 years ago
Size: 1,742 bytes
 

Contents

Class file image Download
/** * ClickATell SMS API * * This library provides generic API for ClickATell SMS Service in an uniform way. * * @package ClickATell SMS API * @category Library * @author Utsav Handa < handautsav at hotmail dot com > * @license http://opensource.org/licenses/gpl-license.php GNU Public License * * * @changelog * -- 2009-01-01 Initial Implementation * * **/ <?php require_once('class-clickatellsms-api.php'); $sms_obj = new ClickATellSMS('USERNAME', 'PASSWORD', 'API_ID', 'SENDER_ID'); $sms_obj -< sendSMS('NUMBER', 'MESSAGE'); ?> Greetz to Utsav Handa - handautsav at hotmail dot com