Include Statements Summary |
INCLUDE TYPE | INCLUDED FILENAME | DESCRIPTION |
---|---|---|
include_once | "../config/config.inc" | |
include_once | _DOCROOT."/sdk/GatewaySender.php" |
Global Variable Summary |
VARIABLE NAME | VARIABLE VALUE | DESCRIPTION |
---|
Constant Summary |
CONSTANT NAME | CONSTANT VALUE | DESCRIPTION |
---|
Function Summary |
void logInfo ( $msg )
|
void main ( $argv )
|
void usage ( )
$Id: sender.php,v 1.1.1.1 2003/03/27 10:27:43 maro Exp $ |
Include Statements Detail |
include_once file: "../config/config.inc"
include_once file: _DOCROOT."/sdk/GatewaySender.php"
Global Variable Detail |
Constant Detail |
Function Detail |
void logInfo( mixed $msg)
[ Top ]
void main( mixed $argv)
[ Top ]
void usage( )
$Id: sender.php,v 1.1.1.1 2003/03/27 10:27:43 maro Exp $This is a sample PHP-shell script demonstrating how to send an SMS-message.
NOTE! To make sure it will work, verify that the path to the php-binary is correct at the top of this page.
Also make sure that the gateway is running and listening on the ports defined in 'config.inc'.
This page is and should be considered as a SAMPLE and not to be used in a production environment.
Magnus Rosenquist, Zyneo
[ Top ]