<?php include "../include/functions.php"; include "../include/bbcode.php"; $comment=trim(rawurldecode($_POST["comment"])); $comment=fw_strip_slashes($comment); $bb= new bbcode(1,1); echo $bb->format_text($comment,true); ?>