Re: [PHP] Re: writing source code to file

2004-08-17 Thread John Holmes
Hannes Magnusson wrote: On Tue, 17 Aug 2004 19:34:18 -0700 [EMAIL PROTECTED] (John Holmes) wrote: Hannes Magnusson wrote: file_get_contents("http://www.yoursite.com/script.php";); I belive that this method will hang for ever since the script doesnt exit until file_get_contents() has got the comple

Re: [PHP] Re: writing source code to file

2004-08-17 Thread Hannes Magnusson
On Tue, 17 Aug 2004 19:34:18 -0700 [EMAIL PROTECTED] (John Holmes) wrote: > Hannes Magnusson wrote: > > >>file_get_contents("http://www.yoursite.com/script.php";); > > > > I belive that this method will hang for ever since the script > > doesnt exit until file_get_contents() has got the complet

Re: [PHP] Re: writing source code to file

2004-08-17 Thread John Holmes
Hannes Magnusson wrote: file_get_contents("http://www.yoursite.com/script.php";); I belive that this method will hang for ever since the script doesnt exit until file_get_contents() has got the complete results.. ...and the complete results wont be ready until file_get_contents() returns. There