I\'m trying to setup a php trigger file that will set off a background process. (see this question)
I\'m doing this on a Windows Wampserver environment.
So f
It may well be that when using the exec() in a windows environment that redirection is to NUL:. /dev/null is a *nix null file.
exec()
NUL:
/dev/null