[PHP-DEV] How to star program backgrund? From: php_list <email protected>
Date: 06/28/00

Hello php-dev,

<?
$RunCommand = exec("updatedb&");
$OldShenTime = date("His");
print "Start shen at $OldShenTime\n";

$RunCommand = exec("ls -al&");
$OldShangTime = date("His");
print "Start shang at $OldShangTime\n";
?>

Why "updatedb&" can't run backgrund?
I use php-4.0.0 as CGI.
Sorry for english so poor!

-- 
Best regards,
 php  

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>