Guest User

Untitled

a guest
Mar 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. $output = shell_exec('ls');
  2. echo "<pre>$output</pre>";
  3.  
  4. $output = shell_exec('python script.py');
Add Comment
Please, Sign In to add comment