Schedule and Execute a php script automatically
- by chupinette
Hello!
I have written a php script which generates an sql file containing all tables in my database.
What i want to do is execute this script daily or every n days. I have read about cron but i am actually using Windows. How can i automate the execution of the script on the server?
Thanks!