I want to run a php page on a scheduled time. And I am on windows NT. Diego suggest to use the tasks scheduler to run the php from the command line.
So I need to write a batch file to run the php from the command line and then call this batch file from the tasks scheduler?
Hui