Re: re Author URL same window
The opening of a new window is controlled by HTML and the browser, or javascript and the browser. PHP code can only generate HTML to be sent to the browser, but not control how the browser renders it. What you are describing has to be handled in the link tag in the resulting HTML.
|