通过发送短信www.smsmatrix.com使用PHP的短信网关
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过发送短信www.smsmatrix.com使用PHP的短信网关相关的知识,希望对你有一定的参考价值。
Send SMS via www.smsmatrix.com SMS Gateway using phpSee more examples at <A HREF="http:/www.smsmatrix.com">SMS/Voice/TTS Gateway</a>
<?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 : $res "; ?>
以上是关于通过发送短信www.smsmatrix.com使用PHP的短信网关的主要内容,如果未能解决你的问题,请参考以下文章
PHP 使用PHP通过www.smsmatrix.com SMS Gateway发送短信