RosettaCodeData/Task/Execute-a-system-command/PHP/execute-a-system-command-1.php

3 lines
46 B
PHP

@exec($command,$output);
echo nl2br($output);