SMS client software

PHP SMSC Examples

In all the examples your url will be http://domain.com/phpsmsc/server.php. The prefix for these examples is sms.


Example 1

 

Server.php contains:

 

<?xml version="1.0" encoding="iso-8859-1"?>

<ack refno="<?=$_REQUEST["refno"]?>" errorcode="0" response_msg="Message received!" response_fromalpha="fromalpha" />

 

Send the message sms to 1963. You will receive a message in return with the text Message received.

 



Print article Print the article