I want to open every external url in a new page by a redirection.
These external links will be shown on my page
www.pppexample.com
www.pp2example.com
I want to open every external url in this format..
http://www.domain.com/redirector.php?url=http://www.anyexternalurl.com...
I currently using PHP to do this but haven't figured it out.