1, support mass (if need to bulk multi-number in English comma (,) separated (159..,159))
2, support post or Get method to submit data
The site interface:
Http://api.heqee.com/fetion/?username= fetion Mobile phone number passowrd= fetion phone password to= receiver number message= SMS content
Or
http://api.heqee.com/fetion/?u= fetion Mobile phone number p= fetion phone password t= receiver number m= SMS con
PHP implementation of the online text messaging, the need for third-party APIs, the following code is called the Textmagic API to achieve the ability to send SMS:
View SOURCEPRINT?01
02//Introducing textmagic PHP Library files
03require (' textmagic-sms-
I want to use a text message API to do a bulk message program, the API is provided by the official submission method as follows:
http://www.xxxx.com/abc?action=senduserid=12
account= account
password= password mobile= 15023239810content= content sendtime=extno=
Open software, users sign up for a free account can send text messages, and send text messages unified use of my
Google Voice does not provide an official API interface, but it can actually be done by means of HTTP and XML requests. Most of the APIs currently available on the Web are ultimately traced to Chad Smith's theme post.
To send SMS through Google Voice, first login to Google Voice account, and then take out the page "_rnr_se" parameters, and finally this parameter and the other cell phone number,
Apsara friends free sms api php open-source edition, supports the Group function.
Apsara friends free sms api php open-source edition, supports the Group function.
1. Website space and server space, Supporting Group Send
PHP implementation of online text messaging, the need for Third-party APIs, the following code is called the Textmagic API to achieve the function of sending SMS:
View SOURCEPRINT?01
02//introduces textmagic PHP library files
03require (' textmagic-sms-
How does PHP implement the ability to send text messages? Is there any library, do not know there is no free to send SMS this aspect of service. Ask the great God to enlighten you.
Reply content:
How does PHP implement the ability to send text messages? Is there any library, do not know there is no free to send SMS
Send timed text messages free of charge using PHP (for weather forecasts, timed reminders, SMS blessings, etc.)
Send timed text messages free of charge with PHP
background: mom is old, not high education, but need to know the weather information to work in the fields, you can not get the weather through the Internet, only through the TV. So I was thinking about
PHP to send SMS verification code to complete the registration function, send SMS Verification code
SMS Verification Code registration, very simple, with the cloud communication of the SMS system (charge, but there is a test API
Send timed text messages free of charge using PHP (for weather forecasts, timed reminders, SMS blessings, etc.)
Send timed text messages free of charge with PHP
background: mom is old, not high education, but need to know the weather information to work in the fields, you can not get the weather through the Internet, only through the TV. So I was thinking about
/** General SMS Platform HTTP interface post method send SMS Instance * Return String * This method is typically called*/function Postsendmessage ($msgContents, $phoneListStr) {//echo $phoneListStr. ' $ShortMSGUid ='123456';//SMS Service user name$SHORTMSGPWD ='123456';//SMS Service Password$ShortMSGSignature ='"signat
Provides various official and user-released code examples. For code reference, you are welcome to exchange and learn the Thinkphp Special Edition example of Alibaba big fish API interface (SMS interface ).
In view of the usage of Thinkphp, most users are advised to add Thinkphp special edition.
Address: http://www.thinkphp1.cn/code/1749.html
Official Website of the provider: http://www.alidayu.com/
Sou
Group BuyingProgramIt is a good open-source PHP + MySQL program, which is favored by many webmasters. She originally provided her own text message interface, but the text message price is not very cheap, you can use the modification in the most soil. (Modify the text message sending or subscription content)
Open the most Earth program file/Include/function/SMS. phpThe original
provide the number of receivers, the sender's phone number, email content, and some authentication information. The exact parameters will vary depending on the Gateway, but they are Clickatell, from, text, and api_id, user name, and password.01
02$ Message = array (03"To" => 942288345,04"From" = gt; 944488345,05"Text" => "sample message ",06"Api_id" => API_KEY,07"User" => "myUsername ",08"Password" => "secret"09);1011$ ApiUrl = "http://api.clickatell.com/http/sendmsg? ";12Foreach ($ message a
($ apiUrl ,"");1617$ Ch = curl_init ();18Curl_setopt ($ ch, CURLOPT_HEADER, 0 );19 curl_setopt ($ ch, CURLOPT_RETURNTRANSFER, 1 );20Curl_setopt ($ ch, CURLOPT_URL, $ apiUrl );2122Curl_exec ($ ch );23Curl_close ($ ch );
The first code example above encodes all the URL URLs that use parameters for urlencode () and adds them to the API callback URL. Then, we initialize the curl request and call the URL. Now the response message is sent to the gateway, a
In programming, there will always be some very common needs, perhaps the predecessors have made us a good wheel, but we did not find. This article shares some common functional code snippets.
These PHP snippets are also very helpful for beginners in PHP, so it's easy to learn, so let's start learning ~
1. Send SMS
When developing a Web or mobile app, you'll ofte
stack API
Currently, Apsara stack does not have a development platform, and the existing APIs are developed by a third party. It seems that you have cracked WAP or 3G Apsara stack to simulate browser behavior to send text messages. In addition, Google code has open source php fetion class php fetion (http://code.google.com/p/
PHP calls TextMagicAPI to send text messages. PHP needs to use a third-party API to send text messages online. the following code calls TextMagicAPI to send text messages: viewsourceprint? 0102 introduce TextMagicPHP library file PHP for online text messaging. you need to use a third-party
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.