View Single Post

  #5 (permalink)  
Old 10-20-2007, 09:38 PM
vivekv vivekv is offline
Junior Member
User
 
Join Date: Sep 2007
My distro: CentOS
Posts: 16
Rep Power: 0
vivekv is on a distinguished road
Default

I used this php file

<?php
$a = shell_exec('df -h');
echo $a;
?>


Any idea how to display it i order ?


Thanks
Reply With Quote