How can I make the text property render html?

  •  06-05-2011, 12:46 PM

    How can I make the text property render html?

    I'm talking about this:
    $editor->Text="$message";
     
    If my $message contains html, how can I make the html render?  Because currently it doesn't, it just shows the html tags in the post.  I need this for when users go to edit their posts.
View Complete Thread