adrian
adrian

Reputation: 43

Text editor for CMS

I have a website and I have created the CMS for it using PHP and mySQL. When I edit the content with the CMS I am actually editing the content stored inside mySQL then, using PHP, the content is displayed back to the site by reading the updated content from mySQL.

Now I am looking for a text editor to use inside my CMS to format the text and display the "formated" text on my site.

Any suggestions?

Thanks!

Upvotes: 3

Views: 6028

Answers (3)

Awea
Awea

Reputation: 3183

You can take a look at WMD editor

Upvotes: 0

Mathieu Dumoulin
Mathieu Dumoulin

Reputation: 12244

One of the most popular and easiest editor to use is TinyMCE available at:

http://www.tinymce.com/

Another few editors i know of but don't use anymore are:

  1. FCKEditor (Maybe the same as CKEditor that Shyiu proposed)
  2. Xinha Open Source Editor

I recommend TinyMCE for it's flexibility, speed and ease of use compbined with JQuery support.

Good luck

Upvotes: 2

Shyju
Shyju

Reputation: 218892

I have used CKEditor in one of the projects i worked and i worked fine for me

http://ckeditor.com/

Upvotes: 0

Related Questions