View Single Post
  #8 (permalink)  
Old 09-08-2008, 12:31 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 4,092
Last Blog:
Why Learn Data Structu...
Credits: 28
Rep Power: 45
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default 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.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Reply With Quote