I am having trouble with a script that's echoing some simple text.
It should output:
M9785000
PRE4371
But it actually outputs
M9785000
PRE4371
The response headers are:
Accept-Ranges bytes
Connection close
Content-Type text/html
Date Tue, 28 May 2013 08:15:48 GMT
Server Apache
X-Powered-By PHP/5.2.17
It was chunked before but I downgraded the output so its not chunked but this doesn't help for a clean output of the echoed chars.
What could be the issue and how could I resolve it?