There are 4 functions:
_ exec
_ system
_ passthru
_ shell_exec
They basically differ for the return. The best seems to be the last one, if you need the whole command output in your PHP script.
There are 4 functions:
_ exec
_ system
_ passthru
_ shell_exec
They basically differ for the return. The best seems to be the last one, if you need the whole command output in your PHP script.