is it possible to str_replace or some form of other method which allows you to replace text within some content with a html button?
I have this tag @create@ within a paragraph that I would like to replace with <a href="link here">Create Account</a>
is this possible?
str_replace()? - Barmar