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 crawling the weather information on the Internet and sending it to my mom via SMS.
Problem: It is impossible for me to send daily weather messages to my mother on a regular basis, and the existing weather forecast is for money.
Solve:
Send SMS to Phone for free
Scenario 1: Using the Fetion API
Since Fetion currently has no development platform, the existing API is a third-party development, seemingly by cracking WAP fetion or 3G fetion, simulating the behavior of the browser to send text messages. In addition, Google Code on the open source PHP fetion send class Php-fetion (http://code.google.com/p/php-fetion/). These fetion interfaces facilitate the development of timed SMS.
The only drawback is that third-party APIs are unstable and there is a risk of fetion account leaks.
Here, I use
http://www.bkjia.com/PHPjc/445664.html www.bkjia.com true http://www.bkjia.com/PHPjc/445664.html techarticle use PHP free to send a timed text message background: Mom is old, education is not high, but need to know the weather information to work in the fields, you can not get the weather through the network, only ...