Title sums it up, I know little about how I will do this.
See also:
http://stackoverflow.com/questions/120228/php-running-scheduled-jobs-cron-jobs
Title sums it up, I know little about how I will do this.
http://stackoverflow.com/questions/120228/php-running-scheduled-jobs-cron-jobs
**PHPCron: Running scheduled tasks from PHP on a web server**
But PHPCron is temporarily not available from there. You might need to look somewhere else
Use your operating system's scheduled tasks facility. crontab on unix, scheduled tasks on windows.
Then we have some more considerations:
For 1, on Unix, you can use something like this module that will do.
For 2, you can use something like this other module.