PDA

View Full Version : [php/mysql] Turning formatted RTF into HTML?


rwschneider1
01-30-2007, 09:10 AM
So my current client wants me to create a user-friendly interface that he can use to change the text on his website, but I'm assuming he's going to want some of the basic features that a text editor such as Word can offer (change font, color, size, bold, italic, etc.) So I was wondering how I could create a text editor like that for him. Is there a premade one that I can get off the internet, or am I going to have to code the entire thing myself?

In a nutshell what I need to be able to do is allow a knownothing user to format text to appear how he wants it, and then generate the HTML code for that text so I can store it in a MySQL database.


Any help would be fantastic.
Rick

Vege
01-31-2007, 01:40 AM
I would go with http://tinymce.moxiecode.com/
Turns any textfield u wan't into "html editor".
And you can customise it for your needs.