/ Published in: PHP
URL: http://www.smsmatrix.com/?sms-gateway
Send SMS via www.smsmatrix.com SMS Gateway using PHP See more examples at SMS/Voice/TTS Gateway
Expand |
Embed | Plain Text
<?php $URL = 'http://www.smsmatrix.com/matrix'; $PHONE = '12506063167'; // comma separated list of phone numbers $Q = "$URL?username=$USERNAME&password=$PASSWORD&phone=$PHONE&txt=$TXT"; echo "Matrix API Response :\n$res\n"; ?>
You need to login to post a comment.
