Replace specified link tag in text


/ Published in: PHP
Save to your folder(s)

Affects <A> tags for links starting with $link
Example: LinkReplacer ($text, 'http://www.snipplr.com') affects to
<a href="http://www.snipplr.com">Snipplr</a>
and <a href="http://www.snipplr.com/blog">Snipplr Blog</a>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.