Re: [PHP] fsockopen and HTTP 1.1 Problem

2004-03-25 Thread Chris Shiflett
--- Mooki <[EMAIL PROTECTED]> wrote: > I am using these to get the code of a page that is listed in the code > below. I am using the example code of fsockopen on php.net as > reference. > > I can get the response header but i have a problem with the CHUNKs. I can show you how to deal with chunke

Re: [PHP] fsockopen and HTTP 1.1 Problem

2004-03-25 Thread Richard Davey
Hello Mooki, Thursday, March 25, 2004, 12:26:27 PM, you wrote: M> I am using these to get the code of a page that is listed in the code M> below. I am using the example code of fsockopen on php.net as reference. M> I can get the response header but i have a problem with the CHUNKs. You could sav

[PHP] fsockopen and HTTP 1.1 Problem

2004-03-25 Thread Mooki
I am using these to get the code of a page that is listed in the code below. I am using the example code of fsockopen on php.net as reference. I can get the response header but i have a problem with the CHUNKs. the Code : $header = ""; $response = ""; if (!($fp = fsockopen ("myplanetside.sta