The best way to describe my problem is with an example...
Consider,
$content = "This is a string <kjfkldsjf> <jslkdjfksd>";
What I want to do is clear everything in between the <...> tags no matter how long the length of text in between the left and right arrows < > is.
So to be able to make the $content only equal everything other than what's in the left and right arrow. I know it already doesnt print whats in those less than and more than tags but if the data is stored in mysql then it does print them and I dont want to print them.
PLEASE HELP!