SyntaxFix
Write A Post
Hire A Developer
Questions
Inspired by Alejandro Quiroz:
<?php $command = escapeshellcmd('python test.py'); $output = shell_exec($command); echo $output; ?>
Need to add Python, and don't need the path.