Guest
14 years ago
Hello,
If my client send sms to
[username ][space][msg][+447786202820]
Can i read this always it is free and remain forever?

Then i will buy credit

will you kindly give me php code for reciving sms ?
Support
14 years ago
The number +447786202820 is a trial number.

We can not guarantee that the number will always be available. We have in the past changed the number at short notice.

As long as we have the number use are able to use it.


The following PHP sample show how to receive SMS message to you website (via HTTP POST forwarding)

$From = $_POST['from']
$Text = $_POST['text']
Users browsing this topic