如何限定网站付费信息显示时间

WBOY
Release: 2016-06-06 20:22:52
Original
1051 people have browsed it

大概问题就是,有些信息是付费才能发布的,比如 一元发布显示十天。一个人交了十块钱。可以显示100天。如何实现100天一到,系统自动删除这条信息。(用php).求大神帮助下。

回复内容:

大概问题就是,有些信息是付费才能发布的,比如 一元发布显示十天。一个人交了十块钱。可以显示100天。如何实现100天一到,系统自动删除这条信息。(用php).求大神帮助下。

其实不用自动删除这个信息,可以判断他是否显示。
在他发布的时候加一个时间戳的字段,然后再加一个字段是他交的钱,每次提取信息的时候,加一个判断,当前时间-发布时间 是否小于 钱*10,小于等于的话就给前端这个信息,大于的话就过滤这条信息,当然你也可以删除他。

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!