- Sep 10, 2001
- 11,711
- 8
- 81
I am wondering is it at all possible to have my php application automatically send emails every week?
well, the functionality I need is to be able to schedule a task to be run every week, and for this task to be administrable via the website.
anything in php to do this?
I know I could use a cron job I suppose, but then the user would not be able to administer it from my web applciation...
well, the functionality I need is to be able to schedule a task to be run every week, and for this task to be administrable via the website.
anything in php to do this?
I know I could use a cron job I suppose, but then the user would not be able to administer it from my web applciation...