I have a script in /var/www/myscript.sh which creates folders and runs the command svn update for my projects. I need to execute this script by calling
Several possibilities:
exec() is working, and then only on executables in safe_mode_exec_dir exec and shell_exec are disabled in php.iniexec(dirname(__FILE__) . '/myscript.sh');