return htmlspecialchars($text);
return char_fix(str_replace(array(']', '['),array(']','['), htmlspecialchars($text)));