There is no way to do it in PHP if you've already output stuff.
You could get PHP to echo out some JavaScript that would do it. However, you need to remember this will only work with those that support JavaScript.
Otherwise, reorganize your code so you redirect before you output to the page.