> Please how can you run a timed php script file via window scheduled task. or > how can u execute a php script on a a time interval for instance every > 4minutes hi Andrew, first schedule a task, locate and select your php.exe, and schedule it to run daily for the moment. after creating it, you will see it listed on the window. right click on it, and select properties. on your Run box, add your script next to php.exe. ie c:\path\to\php.exe myscript.php click on schedule, click on advanced button, check on repeat task, put 4 on every box, and finally click on ok, then apply button. that's it. cheers, virgil http://www.jampmark.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php