What language should I use to create a simple text-formatting application online?

134 Views Asked by At

I want to make a page for a website that will let the user create a blog post, and want them to be able to graphically edit the formatting, like paragraphs and styles, then convert this to html. Is there a way to do it in PHP? Do I need to use Javascript or Ajax or something?

1

There are 1 best solutions below

3
On BEST ANSWER

PHP (if you want dynamic behavior) with FCKeditor (on the client side) will do the job. Have a look at the demo. Another good editor is TinyMCE.