Login   Register  
PHP Classes
elePHPant
Icontem

File: header.inc.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Andy Dixon  >  Textlocal  >  header.inc.php  >  Download  
File: header.inc.php
Role: Example script
Content type: text/plain
Description: Example required file
Class: Textlocal
Send SMS or MMS messages using Textlocal API
Author: By
Last change:
Date: 2013-07-15 23:37
Size: 114 bytes
 

Contents

Class file image Download
<?php
require_once('../textlocal.class.php');
$textLocal = new Textlocal('demo@txtlocal.com''apidemo123');
?>