Hi,
thanks for your idea but leaving out "> /dev/null" doesn't help. My script doesn't produce any sort of output either.
I wrote " > /dev/null" because in the PHP documentation it says
"Note also that if you start a program using this function and want to leave it running in the background, you have to make sure that the output of that program is redirected to a file or some other output stream or else PHP will hang until the execution of the program ends."
Did I understand something wrong?
Kostja