How to add a </textarea> within a textarea

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • frank.moens@gmail.com

    How to add a </textarea> within a textarea

    Granted this is not strictly a php-related question, I do believe
    however that many using php/MySQL and CMS-alike systems had this
    problem before.

    I would like to alter database generated html pages via a webform. To
    enhance flexibility I would like to be able to include all html tags
    (yes, I know, it's not safe, but it's limited to a very restricted
    group of people that should know what they're doing). So.. at one
    point I tried to add a submission form at the end of an article with
    <textarea></textareatags. And although it did add this code, the
    next I'd try to change the article, it was cut of at the first </
    textarea>

    What can I do to change this?


    Thanks,


    Frank.

Working...