Re: [PHP] textarea html generation problem

2008-09-18 Thread sean greenslade
I prefer the htmlentities because it allows me to edit the real code, not an edited form of the code. All the <> still appear. On Tue, Sep 16, 2008 at 9:41 AM, TQ White II <[EMAIL PROTECTED]> wrote: > > I add str_replace('textarea', 'textareaHIDE', ... to the display code and > the reverse to the

Re: [PHP] textarea html generation problem

2008-09-16 Thread sean greenslade
Thanks to all for your responses. I ended up using htmlentities. Thanks Stephen. Also, the reason I didn't use a premade editor is that I am planning on selling a web-editor system and don't want any troubles with licenses. Hi all! I am trying to make a PHP HTML editor. I have made the entire e

Re: [PHP] textarea html generation problem

2008-09-16 Thread Ashley Sheridan
On Tue, 2008-09-16 at 17:15 +0930, Michael Kubler wrote: > I've just been playing with FCKeditor, it seem pretty good. > Good documentation and I could get it working fairly quickly, although I > haven't got it picking up the style sheet from a secondary domain yet, > but that's probably a PEBKAC