Is there any way to schedule a script to run at a certain time besides using the operating systems built in scheduling.
Possibly some way in apache2?
Cron is about it depending on what Operating System you are on of course. I havent seen any Apache Modules which allow for it, why dont you want to use the Operating Systems Scheduling?
Yah I know about Wincron for windows and cron for unix/linux but I really wanted a way that was independent of the operating system. Something that would be contained in all my PHP code as to allow better portability.
cron(nx)/at(wintendo) commands can call you script from any box, not just the box you're currently running your system on.
a unix box can call a script on a windows box?
either way that doesnt matter because I dont have a UNIX box laying somewhere.