Home  >  Article  >  Backend Development  >  到一定时间自动删除,该怎么处理

到一定时间自动删除,该怎么处理

WBOY
WBOYOriginal
2016-06-13 13:53:06958browse

到一定时间自动删除
举个例子,我可以发布一些信息,这些信息假如说失效时间是30天的话,那么到了30天以后这个信息会被自动删除。

我想的是在写入的时候写一个now(),然后在加一个deltime。这个deltime是当前写入时间+30天。那么当到达这个deltime的时间的时候怎么才能自动删除这个信息???

------解决方案--------------------
为什么要自动删除,到这个时间点不读出来不就是删除的意思么,除非你数据量大到不删除不行的地步。
------解决方案--------------------
10万条数据木有压力的说
再者 你如果是要处理像一两年的旧数据 根本不用写一php文件来定时执行
直接操作数据库来得不更好?

Statement:
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