Everyone,
I've looked around a bit for this, but can't find the right answer.
I need to exec a script (on a linux box) that will start an app running. This app will run indefinetly, so I need PHP to NOT wait for it to finish. I've tried several things to get it to backgroud, but no go. I read that it must not produce output, so I tried this:
exec ("/usr/local/scripthere.sh > /dev/null");
The script runs fine, as the app run, but PHP just sits there forever....
Help please! :-)
Ross
http://jinzora.jasbone.com