|
Any PHP script can run as a cronjob, so on any schedule you like.
Basically you are looking at a small custom job, because no generic script will know what updated info you are looking to insert, unless you are just looking to update the page with the date or something really generic like that.
|