Re: [PHP] Run process in background

2007-11-14 Thread Daniel Brown
On Nov 14, 2007 10:10 AM, Viacheslav Chumushuk [EMAIL PROTECTED] wrote: Hello. I want to run process from my php script in background. I try different functions from functions list but all of them whaiting for process ending. How can I run `wget -b ...` and finish my script, but wget must

RE: [PHP] Run process in background

2007-11-14 Thread admin
You need to run wget from a cron job. -Original Message- From: Viacheslav Chumushuk [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 14, 2007 9:10 AM To: php-general@lists.php.net Subject: [PHP] Run process in background Hello. I want to run process from my php script in