Quote:
Originally Posted by Danny.VBT
$parsed_text = $parser->do_parse($text, true, true, true, true,true, true);
|
ok lets say I would like an input field on my Memberinfo page to enable HTML. So that members can just type in some HTML in the input fields and something would parse it so that when you visit the member's profile page you see the right stuff rather then just seeing the code.
Can this be done? If so, please show me how, I am a PHP newb...
Thanks!