I have a (possibly dumb) question. I have a script made in php, constructed for cli usage. Works fine when I run it from the command line, no problem there. The problem is t
There are many possibilities why exec() and related function calls are not working for you.
/usr/bin/php
instead of php
./usr/local/bin/php
, or /opt/php5/php
)