Tagged Questions
1
vote
3answers
2k views
Are there any alternatives to shell_exec and proc_open in PHP?
It seems like I can't use shell_exec or proc_open on my shared server.
The message I get when I try to use it is:
Warning: shell_exec() has been disabled for security reasons in ...