On Tue, May 10, 2005 1:42 pm, Greg Donald said:
> I use system() instead of exec(), I find it's rare than I don't want
> to capture the resulting output of my commands.

I use exec() instead of system()

I find it's rare that I don't want to capture the resulting output (arg 2)
and do something intelligent if the OS returns an error (arg 3)

:-)

-- 
Like Music?
http://l-i-e.com/artists.htm

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

Reply via email to