Home > Backend Development > PHP Tutorial > php可以自动读取数据库内容然后判断用户的注册时间,大于多久的自动发送一封邮件吗?该怎么解决

php可以自动读取数据库内容然后判断用户的注册时间,大于多久的自动发送一封邮件吗?该怎么解决

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 13:41:36
Original
937 people have browsed it

php可以自动读取数据库内容然后判断用户的注册时间,大于多久的自动发送一封邮件吗?
定期执行的php,可以给个参考吗?
比如调用注册时间和用户名,大于1个月的注册时间的自动发送过去
用户:
你好,你于注册本站,到目前为止已经有一个月时间了,感谢支持
这个php会定期运行.读取一次,当然发送过的不要再发送

------解决方案--------------------
这个得你用户表有个注册时间字段。

定时执行php的话,要服务器计划执行才行。

然后开个字段,发送后记录用户邮件发送的最后时间,小于30天的就不属于发送对象。
------解决方案--------------------
这个得你用户表有个注册时间字段。

定时执行php的话,要服务器计划执行才行。

然后开个字段,发送后记录用户邮件发送的最后时间,小于30天的就不属于发送对象。
------解决方案--------------------
相减,求差,判断得了。
------解决方案--------------------
楼主可以弄个存储过程。在特定的时间段进行执行!也就是按照你写的需求直接写sql就可以的。

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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template