PHP Fly Friends free SMS API Interface Open source version _php instance

Source: Internet
Author: User
1, to support mass (if you need to mass multiple numbers in English comma (,) separated (159..,159 ...))
2, support post or Get method submission data
This site interface:
Http://api.heqee.com/fetion/?username= Flying Letter Mobile phone number &passowrd= fly the phone password &to= receiver number &message= SMS content
Or
Http://api.heqee.com/fetion/?u= Flying Letter Mobile phone number &p= fly the phone password &t= receiver number &m= SMS content

You can also download source stacking on your own website
Copy Code code as follows:

<?php
/*
PHP Extensions required: curl, SimpleXML
*/
Include "libs/fetion.class.php";
#设置飞信帐号密码
$username = "15900000000";
$password = "password";
Receive number, multiple number "," Separate (159..,159 ...)
$sendto = "15900000000,13400000000";
Message content
$message = "I am from heqee.com";
Instantiated (required)
$fetion = new Fetion ($username, $password);
Send return Boolean
$sms = $fetion->send ($sendto, $message);
if ($sms) {
echo "OK";
}
?>

Open Source code Download http://www.jb51.net/codes/28628.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.