Posted by axlq on 10/24/07 12:00
In article <vl1qo3did9p695cr8sck2gpfejo4h0392o@4ax.com>,
<firewoodtim@yahoo.com> wrote:
>I use tinyMCE to provide a formattable textarea for the users of my
>website. How do I filter data so complex as that?
What do you want to filter? With TinyMCE you can control the
features that a user puts into the text. If the user tries to
insert some HTML tags you don't allow (use any of the regexp
functions or stristri()), simply warn the user and redisplay the
text until the user fixes it.
-A
Navigation:
[Reply to this message]
|