blackhit
Elite Member
- Jan 28, 2008
- 2,352
- 4,357
This is what I want to do.
I want the post-dates and the comment-dates in a couple of Wordpress blogs to increase with 1 day every time a cronjob is run.
So when I post today it will show August 9 as the post date.
But when I visit the blog tomorrow it will show the post date as August 10.
So I need some lines of PHP script that I can run once a day with a cronjob that accesses the MYSQL database
date fields and increases the value with 1.
Any ideas on this?
Thanx
I want the post-dates and the comment-dates in a couple of Wordpress blogs to increase with 1 day every time a cronjob is run.
So when I post today it will show August 9 as the post date.
But when I visit the blog tomorrow it will show the post date as August 10.
So I need some lines of PHP script that I can run once a day with a cronjob that accesses the MYSQL database
date fields and increases the value with 1.
Any ideas on this?
Thanx