Hi all,
I got this little problem: when I try to execute a process which takes a looooong time, the browser stucks until timeout....
example:
$myProcess = exec("tar -xvf /path/veryhugefile.tar /newpath/",$result);
How can I tell PHP to do this in background without interrupting?
Any Idea?
Thanks, Herwig