Skip to content

Instantly share code, notes, and snippets.

@Areso
Created April 26, 2018 04:39
Show Gist options
  • Save Areso/b4e0cd97ede262555cbba7bade0276a1 to your computer and use it in GitHub Desktop.
Save Areso/b4e0cd97ede262555cbba7bade0276a1 to your computer and use it in GitHub Desktop.
python calling (php)
exec("python mypythonscript.py someparams",$output);
var_dump($output);
shell_exec()
exec()
backticks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment