i have a small project("CMS") that supposed to generate some html's pages.
now my question, how would i authomatically generate those page's base on TIME?
like if it reach'ez to 12 hours it will then execute some script to generates thos pages.
help please...
thanx in advanced.
On TIME Process
Moderator: General Moderators
-
SKDevelopment
- Forum Newbie
- Posts: 13
- Joined: Thu Jan 26, 2006 10:42 am
If you have a scrpit which generates those pages, you could use Cron, to run this script at some particular time (or over a time interval). To do this you have to edit the crontab file at you server.
If you type "crontab" or "crontab file format" in Google, you'll get a lot of information how to set a Cron job. E.g.
http://en.wikipedia.org/wiki/Crontab
http://www.adminschoice.com/docs/crontab.htm
http://www.opengroup.org/onlinepubs/007908799/xcu/crontab.html
--
Best Regards,
Sergey Korolev
www.SKDevelopment.com
If you type "crontab" or "crontab file format" in Google, you'll get a lot of information how to set a Cron job. E.g.
http://en.wikipedia.org/wiki/Crontab
http://www.adminschoice.com/docs/crontab.htm
http://www.opengroup.org/onlinepubs/007908799/xcu/crontab.html
--
Best Regards,
Sergey Korolev
www.SKDevelopment.com