Mosas wrote:
> Dear All,
> Php has exec function to run system commands and
> this function return last line of system command
> result. But in Python I can see only os.system()
> function to run system command but it doesn't return
> any result like php exec function.
> I want to know
Dear All,
Php has exec function to run system commands and
this function return last line of system command
result. But in Python I can see only os.system()
function to run system command but it doesn't return
any result like php exec function.
I want to know about php equivalent exec fu