I'm in need of a daily process that will "archive" posts older than one week from my database and move them to a separate database or possibly delete them alltogether.
If I move them to a second database, I could possibly write some PHP code that will allow queries to be executed on that database; however, I'm not sure I'm interested in that. []
https://www.ubbdev.com/threads/php/images/icons/laugh.gif[/]
I'm more interested in just deleting posts where the last posted on date has exceeded one week or some other period of time.
If anyone can help me out with this, I'd greatly appreciate it.