[PHP] Weird numbers around HTTP response body

2004-09-13 Thread tmp1000
I noticed some numbers mixed with the response generated by my PHP code, and I can't figure out what's causing it. I've dumbed my PHP script down to just this (what could be simpler?): ?php echo testing; ? And I monitor the HTTP response coming from the server (apache), it looks like this:

Re: [PHP] Weird numbers around HTTP response body

2004-09-13 Thread Marek Kilimajer
[EMAIL PROTECTED] wrote: I noticed some numbers mixed with the response generated by my PHP code, and I can't figure out what's causing it. I've dumbed my PHP script down to just this (what could be simpler?): ?php echo testing; ? And I monitor the HTTP response coming from the server (apache),

Re: [PHP] Weird numbers around HTTP response body

2004-09-13 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED]: And I monitor the HTTP response coming from the server (apache), it looks like this: HTTP/1.1 200 OK Transfer-Encoding: chunked 7 testing 0 Thats http/1.1 chunked encoding: 1 t 4 esti 2 ng 0 client should recognized the chunked encoding and build