Jump to content

Show after that date


kla0005

Recommended Posts

There are many ways to do it. Personally (and assuming you're using a database), I would have a show_time column in my articles table, which would contain the exact unix timestamp to begin showing. Retrieving articles would then be a simple case of a query such as,

 

SELECT * FROM `articles` WHERE `show_time` >= time()

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.