All the information I can find about running PHP scripts is usually for a linux box. Unfortunately, I'm using a Win 2k box. Someone out there know of a trick to use the Task Schedule to run PHP scripts at certain increments?
Any help would be greatly appreciated.
Best regards,
Jeremy Reed
I believe you can run them from command lines
php.exe -q c:\path\to\phpscript.php
(I'm not 100% certain about that, but I know I've run php scripts from a command line before).
The only addition to your suggestion that needed to be made was adding the PHP directory to the path. Course, that kinda goes without saying.
Thanks a lot.
Glad everything worked out for ya 🙂