I think u'r misunderstanding me
$text = $gettextfromdb;
$text = strip_tags('$text', '<a>,<b>'); //etc.
echo $text
This is kinda how it looks..
But then if people write stuff like '<3' in their text it will strip it, and everything after that untill a '>' occurs.. That is my problem.