That's not a functionality that you would expect a Web scripting language to provide. Or, for that matter, any scripting language.
But any reasonable operating system should include a task scheduler. Under Unix, it's cron. I am not familiar with the equivalent NT tool.
To run a PHP script with cron, use either the standalone (CGI) version of PHP, or call a URL with a tool such as wget or lynx.