PHP Run Command Line
shell_exec('ls');
// or
exec('ls');
GutoTrosla
shell_exec('ls');
// or
exec('ls');
$output = exec('ls');