Je moet ingelogd zijn om te stemmen.
<?php $allowed_tags = array('<b>','<i>'); $text = strip_tags($bericht, $allowed_tags); ?>
<?php$allowed_tags = array('<b>','<i>');$text = strip_tags($bericht, $allowed_tags);?>
$text = strip_tags($bericht, '<b><i>');