-1 |
|
<?function showtextintags($text)
{
$text = preg_replace("/(\<script)(.*?)(script>)/si", "dada", "$text");
$text = strip_tags($text);
$text = str_replace("<!--", "<!--", $text);
$text = preg_replace("/(\<)(.*?)(--\>)/mi", "".nl2br("\\2")."", $text);
return $text;
}?>
<?function showtextintags($text) { $text = preg_replace("/(\<script)(.*?)(script>)/si", "dada", "$text"); return $text; }?>
hiermee moet ge al iets kunnen |