Hi Rui,
I'm not sure if it is possible in PHP, but I know that you can refer to a parent window in Javascript using the window.opener property.
So, you'd write a link like so:
<a href="javascript:window.opener.document.location.href = 'mylink.html';">LinkText</a>
Hope this helps.
Cheers,
David Grant