<?php$script="<html> test </html><BR> [CODE]<font color=red> niet uitvoeren<br> </font>[/CODE] <BR> dit was de tekst <b> deze code gewoon uitvoeren </b>";$script=eregi_replace("\[CODE\](.*)\[/CODE\]","<xmp style='display: inline; font-family: arial'>\\1</xmp>",$script);echo $script;?>