Re: [PHP] Large Memory Problem

2001-05-07 Thread Christian Reiniger
On Monday 07 May 2001 16:17, Natasha wrote: > Lemme rephrase the question here : > > How can I use the socket functions to grab large > amounts of data ? which may not be in the memory > limit, and doing this without changing the php.ini > > how would you solve that ? (1) Best way: Use wget (as o

Re: [PHP] Re: [PHP] Large Memory Problem

2001-05-07 Thread David VanHorn
At 02:59 PM 5/7/01 +0100, Tom Carter wrote: >Hi > >This isn't a PHP thing, but most unix/linux distributions have a program >called wget in. You can use this to very easily download a file to your >server (eg. wget http://www.freebsd.com/man.php) Wget is VERY powerful. I have a php based site th

Re: [PHP] Large Memory Problem

2001-05-07 Thread Natasha
Lemme rephrase the question here : How can I use the socket functions to grab large amounts of data ? which may not be in the memory limit, and doing this without changing the php.ini how would you solve that ? = Do You Yahoo!?

Re: [PHP] Re: [PHP] Large Memory Problem

2001-05-07 Thread Tom Carter
Hi This isn't a PHP thing, but most unix/linux distributions have a program called wget in. You can use this to very easily download a file to your server (eg. wget http://www.freebsd.com/man.php) This will download the file to the server, effectively "fixing" it at that so you can download it

Re: [PHP] Re: [PHP] Large Memory Problem

2001-05-07 Thread Natasha
Hi, you probably didn't understand my problem. I'm not on a very speedy connection, however having access to a server, which has PHP enabled, so because the download is generated dynamically Go!Zilla can't really resume to it. That's my problem, so I'm transferring it to my server which supports

Re: [PHP] Large Memory Problem

2001-05-07 Thread elias
why don't get you get the static .CHM version? it's good and it's 1.2MB ? -elias http://www.eassoft.cjb.net "Natasha" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm not connected to the night very speedily, and I > wanted to download a manual, which is ge

[PHP] Large Memory Problem

2001-05-07 Thread Natasha
I'm not connected to the night very speedily, and I wanted to download a manual, which is generated dynamically each time by the server. the manual is around 12MB, how will I download it ? I've tried fread(), it gives me a exhaustive memory error. I used fgets() in a while loop, and fwrite too,