I need some help with removing words that contains hyperlinks in PHP. Example:
I was here dumb*
*has hyperlink
I want it to be like this:
I was here
without dumb
Can someone help me on this? Thanks.
Edit:
I am gonna load "This page" and then remove all words containing hyperlinks. Example: "LYSSNA, BILD SVENSKA / BILD FINSKA"
I was here <a href="..">dumb</a>? – Felix Kling Jun 15 '11 at 11:43