FCKEditor is a good Javascript WYSIWYG editor, I have used it in one of my previous projects. It simply replaces a text area with the editor. It also creates html so there is no need to convert \n to &lt;br&gt;.<br><br>It comes with some PHP scripts which if enabled can give your users the ability to upload files, very useful if your creating a simple CMS as I was.
<br><br>Pete<br><br><div><span class="gmail_quote">On 02/05/06, <b class="gmail_sendername">David Goodwin</b> &lt;<a href="mailto:david@codepoets.co.uk">david@codepoets.co.uk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ray Masa wrote:<br>&gt; Hmmm....those are a few thinks I have not thought about.&nbsp;&nbsp;Thanks for<br>&gt; that, I would have to take these (and Rob Allen's) suggestions into<br>&gt; account.<br><br>1) Use prepared SQL statements; there is no chance of you then getting
<br>the sql sanitisation/escaping wrong :)<br><br>2) Consider using something like Smarty - I'll show how (at the meeting)<br>it and a few helper functions can be used to remove any need to worry<br>about HTML injection (cross site scripting etc etc)
<br><br>3) If using the Javascript inline editor, I'd have thought translating a<br>\n to a &lt;br&gt; is not necessary (surely they return html for you when the<br>user clicks 'submit' anyway?)<br><br><br>thanks<br>David.
<br><br>--<br>David Goodwin<br><br>[ david at codepoets dot co dot uk ]<br>[ <a href="http://www.codepoets.co.uk">http://www.codepoets.co.uk</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]<br><br>_______________________________________________<br>Phpwm mailing list
<br><a href="mailto:Phpwm@mailman.lug.org.uk">Phpwm@mailman.lug.org.uk</a><br><a href="https://mailman.lug.org.uk/mailman/listinfo/phpwm">https://mailman.lug.org.uk/mailman/listinfo/phpwm</a><br></blockquote></div><br>