How to exec python command in php and get output?
Im doing like this but no result:
exec('python -m premailer -f in.html -o out.html', $result);
var_dump($result);
OS: Windows
How to exec python command in php and get output?
Im doing like this but no result:
exec('python -m premailer -f in.html -o out.html', $result);
var_dump($result);
OS: Windows