PHP Header Redirect in a new window?

Solution 1:

<a href='yourbannerscript.php' target='_blank'>...</a>

Solution 2:

No. If you want a new window, you have to deliver the redirect as HTML/Javascript.