How can I change the external links that are displayed in any post automatically in the next way:
In html should be:
ORIGINAL LINK:
That I want:
I explained it OK? Change the url that the users post into a link to a php script where the url is a variable.
Could be?
(Excuse me for my bad English, and answer me if you don't understand)
In html should be:
ORIGINAL LINK:
HTML:
<a href="http://www.google.com/">google</a>
HTML:
<a href="http://www.mydomain.com/index.php?url=http://www.google.com">google</a>
I explained it OK? Change the url that the users post into a link to a php script where the url is a variable.
Could be?
(Excuse me for my bad English, and answer me if you don't understand)