Hello,
I have done a script and I would like to execute it but I have tried using the commands exec("myscript") and system("myscript") and I can't execute it. It doesn't return any error, and the script has permision to be executed for everybody.
I have tried exec("ls -l") and it works, but it doesn't work for scripts, I don't know why.
Thank you!