How to open exernal link in new window through PHP ?
        Posted  
        
            by metal-gear-solid
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by metal-gear-solid
        
        
        
        Published on 2009-03-31T12:47:58Z
        Indexed on 
            2010/06/10
            16:32 UTC
        
        
        Read the original article
        Hit count: 178
        
JavaScript
|html
I want to open All external link into new window/tab through php without touching every external link code. and i don't want to this without target="blank".
I can do this through javascript but i want to know if there is a PHP solution.
© Stack Overflow or respective owner