when you want to run a php file on cron or scheduling task (windows) what do you need to do to run. As present when i run it the php file appears and doesn't execute it.
I have done this before and I run a batch file through windows scheduler.
The batch file would contain something like this....
php c:/filename.php exit
It only seems to work if you run it through a batch file.
Regards
Rowan