/ Published in: PHP
URL: http://www.bigresource.com/Tracker/Track-php-D1qoCq9R/
I couldn't get PHP running a local Python script even when there were no permission problems. Trick was the '2>&1' at the end.
Expand |
Embed | Plain Text
$command = 'your command goes here';
You need to login to post a comment.
