On 5/10/05, Richard Lynch <ceo@xxxxxxxxx> wrote: > 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) For some reason I always thought exec() only took a single argument. That 3rd argument will come in handy now that I know about it. Learn something new everyday. :) -- Greg Donald Zend Certified Engineer http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php