Mega Code Archive

 
Categories / Php / Functions
 

Using the shell_exec() Function

<?php      $output = shell_exec("ls");      echo $output; ?>