21.05.2007, 18:34
Code:
<?php
function bbocdeerg($string)
{
return str_replace ( array ( '[i]', '[/i]', '[u]', '[/u]', '[b]', '[/b]' ), array ( '', '', '', '', '', '' ), $string );
}
?>
das ahbe ich derzeit nur da muss noch bissel was hin