"Daniel" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> hi guys i am having a problem getting certain command line output bak to
php
> i am using the time binary to show the ammount of time it takes for the
php
> script to be compiled using the command line php although i am not getting
any
> output
>
> exec("/usr/bin/time php -q /www/sbsmain/worldarts/index.php3 > /dev/null
> 2>&1",$results,$err);
>
> i have tried this but it wont work , any ideas ?


Why not try passthru() ?



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

Reply via email to