Reputation: 43
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
Reputation: 12244
One of the most popular and easiest editor to use is TinyMCE available at:
Another few editors i know of but don't use anymore are:
I recommend TinyMCE for it's flexibility, speed and ease of use compbined with JQuery support.
Good luck
Upvotes: 2
Reputation: 218892
I have used CKEditor in one of the projects i worked and i worked fine for me
Upvotes: 0