Ok I've developed a BB system similar to the one here, and many other sites, to allow bold etc to be used on forms etc etc.
My code:
<?php
function bbcode($string){
$r = array(
"" => "<b>", // bold
"" => "</b>",
"" => "<i>", //italic
"" => "</i>",
"" => "<u>", //underline...