Is there a way to fire off a process not dependant on the PHP process tree? (Talking windows CLI version here)
Basically I want to run a program which will not end, it is a modal window if I remember my terminology properly... but I want my PHP script to finish anyway.
Basically I want to run a program which will not end, it is a modal window if I remember my terminology properly... but I want my PHP script to finish anyway.