Quote:
Originally Posted by Mr Global
turning off error reporting helps too, it's just a warning no error, propably this is because of the network bar at the top of the page, your coder should be able to fix it easy
|
Uhh, what are you talking about? It's an error for a reason because its not going to work. It is not just a warning it IS an error.
Use output buffering to solve your problem like DemonSlay has suggested. There are quite a few functions that have to do with output buffering
http://ca3.php.net/manual/en/ref.outcontrol.php
Just read that to learn how to use it.