Hi everyone,
I have tried using the ignore_user_abort() but it didn't work so I tried to edit php3.ini and apache's httpd.conf. Now I was glad because when I tried to used phpinfo() it showed ignore_user_abort = 1 but when I used ignore_user_abort() and printed its return value, it is still 0! Why???
Can you guys help me? I really would like my program to finish (even in the background) even if the client will push the stop button.
Breughel