A python script works at command line, but when the exact same script is called from php, nothing is returned -
i trying call python script php:
python test_upload.py test.xlsm the python command works @ windows command line. script processes 4 rows of data. when called in php not appear processed @ all.
$result = exec($cmd, $output, $status); the $result null, , $output has 0 items.
Comments
Post a Comment