Dayly reports

  • Thread starter Thread starter Ben de Vette
  • Start date Start date
B

Ben de Vette

Hi,

I have to generate dayly reports from the database on my website.
What is the best approach to do this?

In Unix I would use the Cron, but how to do this on an Windows Webserver.
The problem is that I use shared hosting and have no access to scheduled
tasks.

Thanks in advance,
Ben
 
There are low-cost, or even free services that you can have run daily
tasks for you. All you do is specify a URL for them to run at a
specific time. Of course, if you have a server of your own that is
guaranteed to be up at the time you want the reports run, you can
schedule a job yourself. In Windows, this is called a Task Scheduler
:)
 
Back
Top