Richtext editor for PHP - MySQL web application

Shyju picture Shyju · Apr 25, 2009 · Viewed 11k times · Source

I have a PHP web application inside where i need to have a rich text editor(with basic formating options) for my users to enter data in to the portal.

Can any one tell me how to do this ? Will there be any change in the database saving part since i am saving data in a mysql DB

Thanks in advance

Answer

Scott Evernden picture Scott Evernden · Apr 25, 2009

FCKeditor is pretty good and is painlessly easy to use. Some simple javascript calls at page load and it'll magically replace textareas with RTEs. plus it runs well on browsers going all the way back to IE5.5. There should be no impact on your database assuming you are already prepared to cope with HTML coming in from your textareas...