* Thus wrote Cosmin ([EMAIL PROTECTED]): > On Sun, 2003-10-26 at 15:30, Raditha Dissanayake wrote: > > are you getting any 1xx status codes from the web server? > > here are the full headers: > > Transfer-Encoding: chunked
This is probably the problem. If you inspect your data, you'll notice that it has extra characters in it right now. You can change your protocol version to HTTP/1.0 or send a header to tell the server you don't want chuncked (don't know that off hand). Curt -- "My PHP key is worn out" PHP List stats since 1997: http://zirzow.dyndns.org/html/mlists/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php