Quote Originally Posted by Jmacp View Post
You can get around this by turning ON output_buffering in php.ini.

So ,

vb Code:
  1. output_buffering = On
there is absolutely no reason to do this. if you program something correctly, you'll never need to use output buffering to do anything run-of-the-mill.