“提醒” 如何做

WBOY
Release: 2016-06-13 10:12:12
Original
1046 people have browsed it

“提醒” 怎么做?
就是 在 借用了一些东西 在快到期的时候 提醒用户 
这个应该怎么实现?
主要用的php 是不是刷新数据库,
那个html 中应该怎么实现?

------解决方案--------------------
用户登陆的时候查询数据库吧,或者在特定的某个页面读取数据库
或者用个js隔断时间ajax次数据库.....
------解决方案--------------------

探讨
那个html 中应该怎么实现?

------解决方案--------------------
同意1楼的办法。还可以后台定时进程,然后邮件提醒。

探讨

用户登陆的时候查询数据库吧,或者在特定的某个页面读取数据库
或者用个js隔断时间ajax次数据库.....

------解决方案--------------------
借用了一些东西 在快到期的时候 提醒用户 

每天定时让服务器执行一php。判断哪些快到期的就发送提醒。
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!