how to add a prefix before external urls automatically in php -
i want open every external url in new page redirection.
these external links shown on page
www.pppexample.com
www.pp2example.com
i want open every external url in format..
http://www.domain.com/redirector.php?url=http://www.anyexternalurl.com...
i using php haven't figured out.
the auto_append_file
directive can set file executed after main php file. file can parse contents of output buffer, modify links in way want them , print out the modified html.
Comments
Post a Comment