Possible Duplicate:
“Warning: Headers already sent” in PHP
I am using a local XAMPP install to test the development of a PHP/MySQL based website. My local PHP version is 5.3.8 and my webhost is using 5.2. I am getting header error:
Cannot send session cache limiter - headers already sent
on the hosted version that do not show up on the local version. Is this a version issue, a settings issue, or something else? I will change the code so that it works on both, but ideally, I'd like to have these two environments behave near identically.