I found the shell_exec()
function is disabled in my remote server.
Is there is any other way or tips to execute the shell_exec()
function?
I found the shell_exec()
function is disabled in my remote server.
Is there is any other way or tips to execute the shell_exec()
function?
Well, there are some alternatives (eg
system()
,exec()
,passthru()
, backtick operator), but my guess is that they will be disabled too :)I think you're out of luck here!