Home  >  Article  >  Backend Development  >  Send scheduled text messages for free using PHP_PHP tutorial

Send scheduled text messages for free using PHP_PHP tutorial

WBOY
WBOYOriginal
2016-07-20 10:58:44796browse

Use PHP to send scheduled text messages for free

Background: My mother is old and not well educated, but she needs to know the weather information every day to work in the field, so she cannot Get weather online, only through TV. So I thought about grabbing the weather information on the Internet and sending it to my mother through mobile phone text messages.

Problem: It is impossible for me to send weather text messages to my mother regularly every day, and the existing weather forecast subscription text messages cost money.

Solution:

Send SMS to mobile phone for free

Option 1: Use Fetion API

Since Fetion currently does not have a development platform, the existing APIs are developed by third parties. It seems that they can send text messages by cracking WAP Fetion or 3G Fetion and simulating the behavior of the browser. In addition, there is an open source php Fetion sending class php-fetion on Google code (http://code.google.com/p/php-fetion/). These Fetion interfaces facilitate the development of scheduled text messages.

The only disadvantage is that the third-party API is unstable and there is a risk of Fetion account leakage.

Here, I use

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/445664.htmlTechArticleUsing PHP to send scheduled text messages for free Background: My mother is old and not well educated, but she needs to know the weather every day Information can be used to work in the field, and the weather cannot be obtained through the Internet. Only...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn