it's possible to do this in HTML, no need to do this in html, when you make the link simple add a target="_blank" in the anchor text
here is an example:
open link in a <a href="http://www.daniweb.com/" target="_blank">new window</a>
as far as I know there is no way to do this in PHP, but who cares, html is better in this situation