I need to know whether it is possible execute a shell script in PHP. If so please show me how to do it.
Check your php.ini disable_functions = exec
disable_functions = exec
If you have exec, shell_exec entries, remove them. That's it!
exec, shell_exec entries
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Check your php.ini
disable_functions = exec
If you have
exec, shell_exec entries
, remove them. That's it!