Home > Backend Development > PHP Tutorial > PHP如何实现类似WordPress的定时发布功能

PHP如何实现类似WordPress的定时发布功能

WBOY
Release: 2016-06-23 13:36:08
Original
838 people have browsed it

我用过所有的国内CMS,定时功能全是通过用户触发JavaScript来触发的。

但是WordPress却可以精确到秒,没有任何人访问,他还是按时发布了,这个是怎么做到的?

大神们一起想想办法吧?要使实在找不到解决方案,也讲下JavaScript触发原理


回复讨论(解决方案)

不会 wordpress 服务器在不断刷新吧

WordPress 不是 php 写的博客系统吗?你看看他是怎么做的就是了

既然没有人访问(当然也包括你啦),那你怎么知道  他还是按时发布了 ?而不是访问时补齐的

可能你发布时数据库中已经有记录了,只是页面读取的时候不会读未来的记录,所以只有到你指定的时间才会显示在页面中

先写进数据库隐藏起来,别人看新闻时做个当前时间判断是否刷出来

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