Hi,
I would like to know how to run du command under PHP.
is this correct ??
exec ("du -ks /home/apache",$test[]);
echo $test[0]; --> I would like to print out the result in web browser
Thank you
Mark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] run du command uder php Mark Lo \(3\)
- Re: [PHP] run du command uder php idban secandri
- Re: [PHP] run du command uder php John Monfort

