No it is not possible using php as php is a server side language and what you are want is a client side feature. So you will have to do it with some javascript.
You can definitely try something like this via javascript
<script type="text/javascript" language="Javascript">window.open('http://www.example.com');</script>