Posts by Gustavo Costa • 1 point
1 post
-
0
votes0
answers616
viewsQ: PHP - Function exec, shell_exec and system do not work properly
Running the example of documentation on the site works. Examples: echo exec('whoami'); $output = shell_exec('ls -l'); echo "<pre>$output</pre>"; My code does not differ so much from the…