php - Python script not running on web server -


I am trying to call a Python script from a PHP script. When I run a PHP script in a Linux command prompt, the dragon is executed properly. But when I run a PHP script on a web server, the Python script is not executed. Can anyone tell me why this is so and how can I improve it?

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

php - How can I cram 6+31 numeric characters into 22 alphanumeric characters? -

mysql - where clause in inner join query -