Home > Backend Development > PHP Tutorial > 会员到期提醒的这种定时任务如何实现

会员到期提醒的这种定时任务如何实现

WBOY
Release: 2016-06-06 20:19:32
Original
4974 people have browsed it

现在有个需求就是给那种付费会员发送会员到期的短信提醒!需求是在到期前一个月,到期前15天分别发送一条提醒!

回复内容:

现在有个需求就是给那种付费会员发送会员到期的短信提醒!需求是在到期前一个月,到期前15天分别发送一条提醒!

简单点的话,Linux或者windows定时任务执行一段小程序

写一个任务每天执行一次 判断时间

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template