I.e. your page has to look like this:
-----------------(TOP OF PAGE)---------<?php
header("location: yada");
...
NOT like this:
-----------------(TOP OF PAGE)----------
<?php
header("location: yada");
....
Even that one blank line at the top will foil your header() function.