item by item cron
Moderator: General Moderators
item by item cron
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.
Re: item by item cron
If it's MySQL - http://dev.mysql.com/tech-resources/art ... vents.html
There are 10 types of people in this world, those who understand binary and those who don't
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: item by item cron
Glorious. I really need to keep upto date on new features.VladSun wrote:If it's MySQL - http://dev.mysql.com/tech-resources/art ... vents.html