"ยง/$%&"$ i'm really going crazy with that ****. it still doesn't work.
i tried putting
$text = eregi_replace("<[^>]*>","",$text);
and
$text = preg_replace('/<.*>/sU', '', $text);
into the cleanhtml-function, but it still doesn't work.
haven't you tried it yourself - does that work with your sites?
|