Schedule and Execute a php script automatically
Posted
by chupinette
on Stack Overflow
See other posts from Stack Overflow
or by chupinette
Published on 2010-05-04T09:06:50Z
Indexed on
2010/05/04
9:08 UTC
Read the original article
Hit count: 247
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!
© Stack Overflow or respective owner