Re: Schedule tasks from server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Feb 4, 2008 10:11 AM, Pieter du Toit <pieter@xxxxxxxxxxxxxxxxx> wrote:
> 98% of the pages is PHP, and i dont know if all my code is *nix compatable,
> it should be, but i dont want to take the risk by moving, i already have to
> much to do still.

    As I and others have said, Windows has the scheduled tasks
equivalent to *nix cron jobs.  However, just to add some info on your
last message, unless you're using command-line-specific calls to
system(), exec(), passthru(), etc., then your code should be portable
across across all PHP-supported platforms.  The PHP parsing engine is
handling the code you write, not the OS.

-- 
</Dan>

Daniel P. Brown
Senior Unix Geek
<? while(1) { $me = $mind--; sleep(86400); } ?>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux