// Your PHP code here$command = 'ls -l'; // Replace with your command$output = shell_exec($command);echo "<pre>$output</pre>";