My only problem is this:
Code: Select all
preg_replace('#\[code=(.*?)\](.*?)\[/code\]#i', "<div class='codeblock'>" . geshify("$1", "$2") . "</div>", $message); Code: Select all
geshify("$1", "$2")I would greatly appreciate any help regarding this matter.