Quantcast
Viewing all articles
Browse latest Browse all 12

Answer by Agnel Vishal for Running a Python script from PHP

To clarify which command to use based on the situation

exec() - Execute an external program

system() - Execute an external program and display the output

passthru() - Execute an external program and display raw output

Source: http://php.net/manual/en/function.exec.php


Viewing all articles
Browse latest Browse all 12

Trending Articles