I'm modifying a php page that has messages.
Message is like
Welcome to our page bla bla bla <a href="link.php">Link content</a>
I need to replace Link content with
<img src="constant.png"/>
How do I do that?
PS. Do u know any good tutorials about regular expressions?
thanks