item by item cron

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
CharlesD1
Forum Newbie
Posts: 1
Joined: Mon Oct 04, 2010 9:30 pm

item by item cron

Post by CharlesD1 »

I would like to add 12 items together in mysql, but I want them to be activated to be displayed one by one every two hours, so that I will have one new item on my web page every two hours. Is there any way to do this? If I set up a cron, it adds everything at a time. I don't want to dump all at a time. Any help will be appreciated.
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: item by item cron

Post by VladSun »

There are 10 types of people in this world, those who understand binary and those who don't
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: item by item cron

Post by John Cartwright »

Glorious. I really need to keep upto date on new features.
Post Reply