do it
echo ini_get("disable_functions");
to find out if you can use one of the following values:
system(); exec(); passthru(); shell_exec();
but if it’s shared hosting, all of the above are probably blocked, and you will have to find an alternative
elibyy
source share