item by item cron
Posted: Mon Oct 04, 2010 9:38 pm
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.