At the very top of the page just after the very first <?php tag add:
ob_start();
And just before the very last ?> add:
ob_end_flush();
That will fix your error.
Aww, thanks guys. I feel special :D
(Quote)
Mainly the ones in my sig are the websites I'm running at the moment. I help with a couple of other sites for my dad too.
Thanks for the welcome guys ;)