this is a work around since your server does not have the standalone php binary.
to execute a shell script, you could use one of these functions:
exec();
passthru();
etc.
then call it from a URL.
in this case, the script that you are coding must call the URL either through lynx, wget, etc.