I'm writing some apache (2.2) modules in C and I'm pretty new at it, so I was wondering:
I want to make a daily task. One that will read a file and insert it's data into a list.
Is that possible?
Thanks!
|
I'm writing some apache (2.2) modules in C and I'm pretty new at it, so I was wondering: I want to make a daily task. One that will read a file and insert it's data into a list. Is that possible? Thanks! |
|||
|
|
|
Have a look at Cronjobs. They allow you to run a command at chosen intervals. |
|||||||
|