Hi
No, you can't do that with PHP. PHP code is executed on the webserver, not on the clients webbrowser. You must use javascript 'window.open' or HTML (<a href='xxx.html' target='_blank'>).
What you can do with php is generating the necessary code.
HIH
-stone