Jump to content

mperin

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Everything posted by mperin

  1. I have the same kind of trouble, i'm reading a web page in a string variable. In the code i read the page in 1000 byte chunks and concatenate them to a buffer variable, the only problem is that this buffer has into only 1024 bytes. It cut all the rest without giving error in the concatenation. for(; { $error=$http->ReadReplyBody($body, 1000); if($error!="" || strlen($body)==0) break; $buffer .= $body; }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.