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
In addition to Rohit's answer above, I edited his solution to work on Windows 10 PHP 7.0.3:
pclose(popen("start /B ". $cmd, "w"));