*Beide PHP Bücher hervorkram*
*Nachguck*
*Denk*
...
Damit geht's ... (getested)
Code:
<?
$text = 'Hier ist kein Code [code] hier aber schon ...
';
function code($string)
{
return "
Code:
" . base64_encode ($string[1]) . "
";
}
echo preg_replace_callback ("/\[code\](.*)\[\/code\]/i", "code", $text);
?>[/code]
Ausgabe:
Zitat:
Hier ist kein Code [code]IGhpZXIgYWJlciBzY2hvbiAuLi4g[/code]