$string = "<a href=\"blah\">Text</a>";
Is there a way to print the string and ignore the HTML so it prints Text without the link?
strip_tags()
Yeah.. I searched the forum right after posting. Sorry, I'm stupid. 😉