RPeraltaJr
4/13/2017 - 2:34 PM

Shell Command in PHP

Shell Command in PHP

$output = shell_exec('ls -lart');
echo "<pre>$output</pre>";