On Fri, Nov 21, 2003 at 03:40:05AM -0700, Gary C. New wrote:
: 
: What is the best way to detach and run a command line based php script 
: in the background from a web-based php script, without the need for 
: reporting?

How about exec('command &') ?


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

Reply via email to