Include Statements Summary |
INCLUDE TYPE | INCLUDED FILENAME | DESCRIPTION |
---|---|---|
include_once | _DOCROOT."/sdk/protocol/Notification.php" | |
include_once | "config/config.inc" |
Global Variable Summary |
VARIABLE NAME | VARIABLE VALUE | DESCRIPTION |
---|
Constant Summary |
CONSTANT NAME | CONSTANT VALUE | DESCRIPTION |
---|
Function Summary |
void printNot ( )
|
void printSMS ( )
$Id: view-sms.php,v 1.1.1.1 2003/03/27 10:27:43 maro Exp $ |
Include Statements Detail |
include_once file: _DOCROOT."/sdk/protocol/Notification.php"
include_once file: "config/config.inc"
Global Variable Detail |
Constant Detail |
Function Detail |
void printNot( )
[ Top ]
void printSMS( )
$Id: view-sms.php,v 1.1.1.1 2003/03/27 10:27:43 maro Exp $This page displays received SMS and Notifications that has been posted to the webserver by the gateway.
SMS messages are posted to the page 'sms-handler.php'. Notifications are posted to the page 'notification-handler.php'. For the moment all received SMS and Notifications are simply serialized to files for simplicity in the samples. This page only unserializes the files and displays the result.
Preferrably the messages should be stored in a database.
This page and both pages mentioned above are only samples of one way of dealing with incoming SMS and Notifications.
They are and should be considered as SAMPLES and not to be used in a production environment.
Magnus Rosenquist, Zyneo
[ Top ]